Struct libc_interface::xsw_usage [−][src]
#[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
impl Copy for xsw_usage[src]
impl Copy for xsw_usageimpl Clone for xsw_usage[src]
impl Clone for xsw_usagefn clone(&self) -> xsw_usage[src]
fn clone(&self) -> xsw_usageReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for xsw_usage[src]
impl PartialEq for xsw_usagefn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for xsw_usage[src]
impl Eq for xsw_usage