Struct windows::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
§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 more§impl Debug for KBUGCHECK_DUMP_IO
impl Debug for KBUGCHECK_DUMP_IO
§impl Default for KBUGCHECK_DUMP_IO
impl Default for KBUGCHECK_DUMP_IO
§impl PartialEq for KBUGCHECK_DUMP_IO
impl PartialEq for KBUGCHECK_DUMP_IO
§fn eq(&self, other: &KBUGCHECK_DUMP_IO) -> bool
fn eq(&self, other: &KBUGCHECK_DUMP_IO) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for KBUGCHECK_DUMP_IO
impl Eq for KBUGCHECK_DUMP_IO
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)