Struct windows_sys::Wdk::System::SystemServices::FILE_FS_VOLUME_INFORMATION
#[repr(C)]pub struct FILE_FS_VOLUME_INFORMATION {
pub VolumeCreationTime: i64,
pub VolumeSerialNumber: u32,
pub VolumeLabelLength: u32,
pub SupportsObjects: BOOLEAN,
pub VolumeLabel: [u16; 1],
}Expand description
Required features: "Win32_Foundation"
Fields§
§VolumeCreationTime: i64§VolumeSerialNumber: u32§VolumeLabelLength: u32§SupportsObjects: BOOLEAN§VolumeLabel: [u16; 1]Trait Implementations§
§impl Clone for FILE_FS_VOLUME_INFORMATION
impl Clone for FILE_FS_VOLUME_INFORMATION
impl Copy for FILE_FS_VOLUME_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for FILE_FS_VOLUME_INFORMATION
impl Send for FILE_FS_VOLUME_INFORMATION
impl Sync for FILE_FS_VOLUME_INFORMATION
impl Unpin for FILE_FS_VOLUME_INFORMATION
impl UnwindSafe for FILE_FS_VOLUME_INFORMATION
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