Struct windows::Win32::System::Ioctl::SCM_LOGICAL_DEVICE_INSTANCE
#[repr(C)]pub struct SCM_LOGICAL_DEVICE_INSTANCE {
pub Version: u32,
pub Size: u32,
pub DeviceGuid: GUID,
pub SymbolicLink: [u16; 256],
}
Fields§
§Version: u32
§Size: u32
§DeviceGuid: GUID
§SymbolicLink: [u16; 256]
Trait Implementations§
§impl Clone for SCM_LOGICAL_DEVICE_INSTANCE
impl Clone for SCM_LOGICAL_DEVICE_INSTANCE
§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 more§impl Debug for SCM_LOGICAL_DEVICE_INSTANCE
impl Debug for SCM_LOGICAL_DEVICE_INSTANCE
§impl Default for SCM_LOGICAL_DEVICE_INSTANCE
impl Default for SCM_LOGICAL_DEVICE_INSTANCE
§impl PartialEq for SCM_LOGICAL_DEVICE_INSTANCE
impl PartialEq for SCM_LOGICAL_DEVICE_INSTANCE
§fn eq(&self, other: &SCM_LOGICAL_DEVICE_INSTANCE) -> bool
fn eq(&self, other: &SCM_LOGICAL_DEVICE_INSTANCE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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
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
)