#[repr(C)]pub struct xsw_usage {
pub xsu_total: u64,
pub xsu_avail: u64,
pub xsu_used: u64,
pub xsu_pagesize: u32,
pub xsu_encrypted: u32,
}Fields§
§xsu_total: u64§xsu_avail: u64§xsu_used: u64§xsu_pagesize: u32§xsu_encrypted: u32Trait Implementations§
source§impl PartialEq<xsw_usage> for xsw_usage
impl PartialEq<xsw_usage> for xsw_usage
impl Copy for xsw_usage
impl Eq for xsw_usage
impl StructuralEq for xsw_usage
impl StructuralPartialEq for xsw_usage
Auto Trait Implementations§
impl RefUnwindSafe for xsw_usage
impl Send for xsw_usage
impl Sync for xsw_usage
impl Unpin for xsw_usage
impl UnwindSafe for xsw_usage
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.