Struct windows_sys::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],
}
Expand description
Required features: "Win32_System_Ioctl"
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
impl Copy for SCM_LOGICAL_DEVICE_INSTANCE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more