Struct windows_sys::Wdk::System::SystemServices::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
impl Copy for KBUGCHECK_DUMP_IO
Auto Trait Implementations§
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