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: u32
NumRanges: u32
Ranges: [FILE_LEVEL_TRIM_RANGE; 1]
Trait Implementations
impl Clone for FILE_LEVEL_TRIM
impl Clone for FILE_LEVEL_TRIM
impl Copy for FILE_LEVEL_TRIM
Auto Trait Implementations
impl RefUnwindSafe for FILE_LEVEL_TRIM
impl Send for FILE_LEVEL_TRIM
impl Sync for FILE_LEVEL_TRIM
impl Unpin for FILE_LEVEL_TRIM
impl UnwindSafe for FILE_LEVEL_TRIM
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