Struct windows_native::ntioapi::MOUNTMGR_MOUNT_POINT
source ยท #[repr(C)]pub struct MOUNTMGR_MOUNT_POINT {
pub SymbolicLinkNameOffset: u32,
pub SymbolicLinkNameLength: u16,
pub Reserved1: u16,
pub UniqueIdOffset: u32,
pub UniqueIdLength: u16,
pub Reserved2: u16,
pub DeviceNameOffset: u32,
pub DeviceNameLength: u16,
pub Reserved3: u16,
}Fieldsยง
ยงSymbolicLinkNameOffset: u32ยงSymbolicLinkNameLength: u16ยงReserved1: u16ยงUniqueIdOffset: u32ยงUniqueIdLength: u16ยงReserved2: u16ยงDeviceNameOffset: u32ยงDeviceNameLength: u16ยงReserved3: u16Trait Implementationsยง
sourceยงimpl Debug for MOUNTMGR_MOUNT_POINT
impl Debug for MOUNTMGR_MOUNT_POINT
Auto Trait Implementationsยง
impl RefUnwindSafe for MOUNTMGR_MOUNT_POINT
impl Send for MOUNTMGR_MOUNT_POINT
impl Sync for MOUNTMGR_MOUNT_POINT
impl Unpin for MOUNTMGR_MOUNT_POINT
impl UnwindSafe for MOUNTMGR_MOUNT_POINT
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