Struct windows_sys::Win32::System::Ioctl::FILE_LEVEL_TRIM_OUTPUT
[−]#[repr(C)]pub struct FILE_LEVEL_TRIM_OUTPUT {
pub NumRangesProcessed: u32,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
NumRangesProcessed: u32
Trait Implementations
impl Clone for FILE_LEVEL_TRIM_OUTPUT
impl Clone for FILE_LEVEL_TRIM_OUTPUT
impl Copy for FILE_LEVEL_TRIM_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for FILE_LEVEL_TRIM_OUTPUT
impl Send for FILE_LEVEL_TRIM_OUTPUT
impl Sync for FILE_LEVEL_TRIM_OUTPUT
impl Unpin for FILE_LEVEL_TRIM_OUTPUT
impl UnwindSafe for FILE_LEVEL_TRIM_OUTPUT
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