Struct windows_sys::Win32::Storage::FileSystem::NTMS_MOUNT_INFORMATION
[−]Expand description
Required features: "Win32_Storage_FileSystem"
Fields
dwSize: u32
lpReserved: *mut c_void
Trait Implementations
impl Clone for NTMS_MOUNT_INFORMATION
impl Clone for NTMS_MOUNT_INFORMATION
impl Copy for NTMS_MOUNT_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for NTMS_MOUNT_INFORMATION
impl !Send for NTMS_MOUNT_INFORMATION
impl !Sync for NTMS_MOUNT_INFORMATION
impl Unpin for NTMS_MOUNT_INFORMATION
impl UnwindSafe for NTMS_MOUNT_INFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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