#[repr(C)]pub struct _VIRTUAL_STORAGE_TYPE {
pub DeviceId: DWORD,
pub VendorId: GUID,
}
Fields§
§DeviceId: DWORD
§VendorId: GUID
Trait Implementations§
Source§impl Clone for _VIRTUAL_STORAGE_TYPE
impl Clone for _VIRTUAL_STORAGE_TYPE
Source§fn clone(&self) -> _VIRTUAL_STORAGE_TYPE
fn clone(&self) -> _VIRTUAL_STORAGE_TYPE
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 Debug for _VIRTUAL_STORAGE_TYPE
impl Debug for _VIRTUAL_STORAGE_TYPE
Source§impl Ord for _VIRTUAL_STORAGE_TYPE
impl Ord for _VIRTUAL_STORAGE_TYPE
Source§fn cmp(&self, other: &_VIRTUAL_STORAGE_TYPE) -> Ordering
fn cmp(&self, other: &_VIRTUAL_STORAGE_TYPE) -> 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 _VIRTUAL_STORAGE_TYPE
impl PartialEq for _VIRTUAL_STORAGE_TYPE
Source§impl PartialOrd for _VIRTUAL_STORAGE_TYPE
impl PartialOrd for _VIRTUAL_STORAGE_TYPE
impl Copy for _VIRTUAL_STORAGE_TYPE
impl Eq for _VIRTUAL_STORAGE_TYPE
impl StructuralPartialEq for _VIRTUAL_STORAGE_TYPE
Auto Trait Implementations§
impl Freeze for _VIRTUAL_STORAGE_TYPE
impl RefUnwindSafe for _VIRTUAL_STORAGE_TYPE
impl Send for _VIRTUAL_STORAGE_TYPE
impl Sync for _VIRTUAL_STORAGE_TYPE
impl Unpin for _VIRTUAL_STORAGE_TYPE
impl UnwindSafe for _VIRTUAL_STORAGE_TYPE
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