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