#[repr(C)]pub struct FILE_LEVEL_TRIM_OUTPUT {
pub NumRangesProcessed: u32,
}Fields§
§NumRangesProcessed: u32Trait Implementations§
Source§impl Abi for FILE_LEVEL_TRIM_OUTPUT
impl Abi for FILE_LEVEL_TRIM_OUTPUT
Source§type Abi = FILE_LEVEL_TRIM_OUTPUT
type Abi = FILE_LEVEL_TRIM_OUTPUT
The abi representation of the implementing type. Read more
type DefaultType = FILE_LEVEL_TRIM_OUTPUT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for FILE_LEVEL_TRIM_OUTPUT
impl Clone for FILE_LEVEL_TRIM_OUTPUT
Source§fn clone(&self) -> FILE_LEVEL_TRIM_OUTPUT
fn clone(&self) -> FILE_LEVEL_TRIM_OUTPUT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FILE_LEVEL_TRIM_OUTPUT
Source§impl Debug for FILE_LEVEL_TRIM_OUTPUT
impl Debug for FILE_LEVEL_TRIM_OUTPUT
Source§impl Default for FILE_LEVEL_TRIM_OUTPUT
impl Default for FILE_LEVEL_TRIM_OUTPUT
impl Eq for FILE_LEVEL_TRIM_OUTPUT
Auto Trait Implementations§
impl Freeze for FILE_LEVEL_TRIM_OUTPUT
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 UnsafeUnpin for FILE_LEVEL_TRIM_OUTPUT
impl UnwindSafe for FILE_LEVEL_TRIM_OUTPUT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more