Struct windows_sys::Win32::Storage::FileSystem::VOLUME_CRITICAL_IO
[−]#[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: u32
ExtentsCount: u32
Extents: [FILE_EXTENT; 1]
Trait Implementations
impl Clone for VOLUME_CRITICAL_IO
impl Clone for VOLUME_CRITICAL_IO
impl Copy for VOLUME_CRITICAL_IO
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more