Struct windows_sys::Win32::System::Ioctl::FILE_LEVEL_TRIM
[−]#[repr(C)]pub struct FILE_LEVEL_TRIM {
pub Key: u32,
pub NumRanges: u32,
pub Ranges: [FILE_LEVEL_TRIM_RANGE; 1],
}Expand description
Required features: ‘Win32_System_Ioctl’
Fields
Key: u32NumRanges: u32Ranges: [FILE_LEVEL_TRIM_RANGE; 1]