#[repr(C)]pub struct EXFAT_STATISTICS {
pub CreateHits: u32,
pub SuccessfulCreates: u32,
pub FailedCreates: u32,
pub NonCachedReads: u32,
pub NonCachedReadBytes: u32,
pub NonCachedWrites: u32,
pub NonCachedWriteBytes: u32,
pub NonCachedDiskReads: u32,
pub NonCachedDiskWrites: u32,
}Fields§
§CreateHits: u32§SuccessfulCreates: u32§FailedCreates: u32§NonCachedReads: u32§NonCachedReadBytes: u32§NonCachedWrites: u32§NonCachedWriteBytes: u32§NonCachedDiskReads: u32§NonCachedDiskWrites: u32Trait Implementations§
Source§impl Abi for EXFAT_STATISTICS
impl Abi for EXFAT_STATISTICS
Source§type Abi = EXFAT_STATISTICS
type Abi = EXFAT_STATISTICS
The abi representation of the implementing type. Read more
type DefaultType = EXFAT_STATISTICS
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 EXFAT_STATISTICS
impl Clone for EXFAT_STATISTICS
Source§fn clone(&self) -> EXFAT_STATISTICS
fn clone(&self) -> EXFAT_STATISTICS
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 EXFAT_STATISTICS
Source§impl Debug for EXFAT_STATISTICS
impl Debug for EXFAT_STATISTICS
Source§impl Default for EXFAT_STATISTICS
impl Default for EXFAT_STATISTICS
impl Eq for EXFAT_STATISTICS
Auto Trait Implementations§
impl Freeze for EXFAT_STATISTICS
impl RefUnwindSafe for EXFAT_STATISTICS
impl Send for EXFAT_STATISTICS
impl Sync for EXFAT_STATISTICS
impl Unpin for EXFAT_STATISTICS
impl UnsafeUnpin for EXFAT_STATISTICS
impl UnwindSafe for EXFAT_STATISTICS
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