Struct KBUGCHECK_DUMP_IO
#[repr(C)]pub struct KBUGCHECK_DUMP_IO {
pub Offset: u64,
pub Buffer: *mut c_void,
pub BufferLength: u32,
pub Type: KBUGCHECK_DUMP_IO_TYPE,
}
Fields§
§Offset: u64
§Buffer: *mut c_void
§BufferLength: u32
§Type: KBUGCHECK_DUMP_IO_TYPE
Trait Implementations§
§impl Clone for KBUGCHECK_DUMP_IO
impl Clone for KBUGCHECK_DUMP_IO
§fn clone(&self) -> KBUGCHECK_DUMP_IO
fn clone(&self) -> KBUGCHECK_DUMP_IO
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for KBUGCHECK_DUMP_IO
Auto Trait Implementations§
impl Freeze for KBUGCHECK_DUMP_IO
impl RefUnwindSafe for KBUGCHECK_DUMP_IO
impl !Send for KBUGCHECK_DUMP_IO
impl !Sync for KBUGCHECK_DUMP_IO
impl Unpin for KBUGCHECK_DUMP_IO
impl UnwindSafe for KBUGCHECK_DUMP_IO
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more