Struct windows::Win32::System::Ioctl::DEVICEDUMP_SUBSECTION_POINTER
#[repr(C, packed(1))]pub struct DEVICEDUMP_SUBSECTION_POINTER {
pub dwSize: u32,
pub dwFlags: u32,
pub dwOffset: u32,
}
Fields§
§dwSize: u32
§dwFlags: u32
§dwOffset: u32
Trait Implementations§
§impl Clone for DEVICEDUMP_SUBSECTION_POINTER
impl Clone for DEVICEDUMP_SUBSECTION_POINTER
§fn clone(&self) -> DEVICEDUMP_SUBSECTION_POINTER
fn clone(&self) -> DEVICEDUMP_SUBSECTION_POINTER
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 Default for DEVICEDUMP_SUBSECTION_POINTER
impl Default for DEVICEDUMP_SUBSECTION_POINTER
impl Copy for DEVICEDUMP_SUBSECTION_POINTER
Auto Trait Implementations§
impl Freeze for DEVICEDUMP_SUBSECTION_POINTER
impl RefUnwindSafe for DEVICEDUMP_SUBSECTION_POINTER
impl Send for DEVICEDUMP_SUBSECTION_POINTER
impl Sync for DEVICEDUMP_SUBSECTION_POINTER
impl Unpin for DEVICEDUMP_SUBSECTION_POINTER
impl UnwindSafe for DEVICEDUMP_SUBSECTION_POINTER
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
)