#[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: boolean_t,
}
Fields§
§xsu_total: u64
§xsu_avail: u64
§xsu_used: u64
§xsu_pagesize: u32
§xsu_encrypted: boolean_t
Trait 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