#[repr(C)]pub struct FILE_FS_PERSISTENT_VOLUME_INFORMATION {
pub VolumeFlags: u32,
pub FlagMask: u32,
pub Version: u32,
pub Reserved: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
VolumeFlags: u32
FlagMask: u32
Version: u32
Reserved: u32
Trait Implementations
impl Copy for FILE_FS_PERSISTENT_VOLUME_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for FILE_FS_PERSISTENT_VOLUME_INFORMATION
impl Send for FILE_FS_PERSISTENT_VOLUME_INFORMATION
impl Sync for FILE_FS_PERSISTENT_VOLUME_INFORMATION
impl Unpin for FILE_FS_PERSISTENT_VOLUME_INFORMATION
impl UnwindSafe for FILE_FS_PERSISTENT_VOLUME_INFORMATION
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