Struct win_sys::FileSystem::VOLUME_CRITICAL_IO [−][src]
#[repr(C)]pub struct VOLUME_CRITICAL_IO {
pub AccessType: u32,
pub ExtentsCount: u32,
pub Extents: [FILE_EXTENT; 1],
}Expand description
Required features: Win32_Storage_FileSystem
Fields
AccessType: u32ExtentsCount: u32Extents: [FILE_EXTENT; 1]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for VOLUME_CRITICAL_IO
impl Send for VOLUME_CRITICAL_IO
impl Sync for VOLUME_CRITICAL_IO
impl Unpin for VOLUME_CRITICAL_IO
impl UnwindSafe for VOLUME_CRITICAL_IO
Blanket Implementations
Mutably borrows from an owned value. Read more