Struct windows_sys::Win32::Storage::FileSystem::NTMS_LMIDINFORMATION
[−]Expand description
Required features: ‘Win32_Storage_FileSystem’
Fields
MediaPool: GUIDdwNumberOfPartitions: u32Trait Implementations
impl Clone for NTMS_LMIDINFORMATION
impl Clone for NTMS_LMIDINFORMATION
impl Copy for NTMS_LMIDINFORMATION
Auto Trait Implementations
impl RefUnwindSafe for NTMS_LMIDINFORMATION
impl Send for NTMS_LMIDINFORMATION
impl Sync for NTMS_LMIDINFORMATION
impl Unpin for NTMS_LMIDINFORMATION
impl UnwindSafe for NTMS_LMIDINFORMATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more