#[repr(C, packed(1))]pub struct _DEVICEDUMP_STRUCTURE_VERSION {
pub dwSignature: DWORD,
pub dwVersion: DWORD,
pub dwSize: DWORD,
}
Fields§
§dwSignature: DWORD
§dwVersion: DWORD
§dwSize: DWORD
Trait 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 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 moreSource§impl Ord for _DEVICEDUMP_STRUCTURE_VERSION
impl Ord for _DEVICEDUMP_STRUCTURE_VERSION
Source§fn cmp(&self, other: &_DEVICEDUMP_STRUCTURE_VERSION) -> Ordering
fn cmp(&self, other: &_DEVICEDUMP_STRUCTURE_VERSION) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _DEVICEDUMP_STRUCTURE_VERSION
impl PartialEq for _DEVICEDUMP_STRUCTURE_VERSION
Source§fn eq(&self, other: &_DEVICEDUMP_STRUCTURE_VERSION) -> bool
fn eq(&self, other: &_DEVICEDUMP_STRUCTURE_VERSION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _DEVICEDUMP_STRUCTURE_VERSION
impl PartialOrd for _DEVICEDUMP_STRUCTURE_VERSION
impl Copy for _DEVICEDUMP_STRUCTURE_VERSION
impl Eq for _DEVICEDUMP_STRUCTURE_VERSION
impl StructuralPartialEq 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