#[repr(C, packed(1))]pub struct _DEVICEDUMP_STRUCTURE_VERSION {
pub dwSignature: DWORD,
pub dwVersion: DWORD,
pub dwSize: DWORD,
}Fields§
§dwSignature: DWORD§dwVersion: DWORD§dwSize: DWORDTrait Implementations§
Source§impl Clone for _DEVICEDUMP_STRUCTURE_VERSION
impl Clone for _DEVICEDUMP_STRUCTURE_VERSION
Source§fn clone(&self) -> _DEVICEDUMP_STRUCTURE_VERSION
fn clone(&self) -> _DEVICEDUMP_STRUCTURE_VERSION
Returns a duplicate 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 _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