#[repr(C)]pub struct _SCM_LOGICAL_DEVICE_INSTANCE {
pub Version: DWORD,
pub Size: DWORD,
pub DeviceGuid: GUID,
pub SymbolicLink: [WCHAR; 256],
}
Fields§
§Version: DWORD
§Size: DWORD
§DeviceGuid: GUID
§SymbolicLink: [WCHAR; 256]
Trait Implementations§
Source§impl Clone for _SCM_LOGICAL_DEVICE_INSTANCE
impl Clone for _SCM_LOGICAL_DEVICE_INSTANCE
Source§fn clone(&self) -> _SCM_LOGICAL_DEVICE_INSTANCE
fn clone(&self) -> _SCM_LOGICAL_DEVICE_INSTANCE
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 _SCM_LOGICAL_DEVICE_INSTANCE
impl Debug for _SCM_LOGICAL_DEVICE_INSTANCE
Source§impl Ord for _SCM_LOGICAL_DEVICE_INSTANCE
impl Ord for _SCM_LOGICAL_DEVICE_INSTANCE
Source§fn cmp(&self, other: &_SCM_LOGICAL_DEVICE_INSTANCE) -> Ordering
fn cmp(&self, other: &_SCM_LOGICAL_DEVICE_INSTANCE) -> 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 _SCM_LOGICAL_DEVICE_INSTANCE
impl PartialEq for _SCM_LOGICAL_DEVICE_INSTANCE
Source§fn eq(&self, other: &_SCM_LOGICAL_DEVICE_INSTANCE) -> bool
fn eq(&self, other: &_SCM_LOGICAL_DEVICE_INSTANCE) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for _SCM_LOGICAL_DEVICE_INSTANCE
impl PartialOrd for _SCM_LOGICAL_DEVICE_INSTANCE
impl Copy for _SCM_LOGICAL_DEVICE_INSTANCE
impl Eq for _SCM_LOGICAL_DEVICE_INSTANCE
impl StructuralPartialEq for _SCM_LOGICAL_DEVICE_INSTANCE
Auto Trait Implementations§
impl Freeze for _SCM_LOGICAL_DEVICE_INSTANCE
impl RefUnwindSafe for _SCM_LOGICAL_DEVICE_INSTANCE
impl Send for _SCM_LOGICAL_DEVICE_INSTANCE
impl Sync for _SCM_LOGICAL_DEVICE_INSTANCE
impl Unpin for _SCM_LOGICAL_DEVICE_INSTANCE
impl UnwindSafe for _SCM_LOGICAL_DEVICE_INSTANCE
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