Struct windows_sys::Win32::Storage::FileSystem::VOLUME_NUMBER
#[repr(C)]pub struct VOLUME_NUMBER {
pub VolumeNumber: u32,
pub VolumeManagerName: [u16; 8],
}
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§
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