Struct windows_sys::Win32::System::Ioctl::FILE_LEVEL_TRIM_RANGE
[−]Expand description
Required features: "Win32_System_Ioctl"
Fields
Offset: u64
Length: u64
Trait Implementations
impl Clone for FILE_LEVEL_TRIM_RANGE
impl Clone for FILE_LEVEL_TRIM_RANGE
impl Copy for FILE_LEVEL_TRIM_RANGE
Auto Trait Implementations
impl RefUnwindSafe for FILE_LEVEL_TRIM_RANGE
impl Send for FILE_LEVEL_TRIM_RANGE
impl Sync for FILE_LEVEL_TRIM_RANGE
impl Unpin for FILE_LEVEL_TRIM_RANGE
impl UnwindSafe for FILE_LEVEL_TRIM_RANGE
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