Struct windows_sys::Win32::Storage::FileSystem::VOLUME_NUMBER
[−]Expand description
Required features: "Win32_Storage_FileSystem"
Fields
VolumeNumber: u32
VolumeManagerName: [u16; 8]
Trait Implementations
impl Clone for VOLUME_NUMBER
impl Clone for VOLUME_NUMBER
impl Copy for VOLUME_NUMBER
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_NUMBER
impl Send for VOLUME_NUMBER
impl Sync for VOLUME_NUMBER
impl Unpin for VOLUME_NUMBER
impl UnwindSafe for VOLUME_NUMBER
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