[][src]Struct libc::xsw_usage

#[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: u64xsu_avail: u64xsu_used: u64xsu_pagesize: u32xsu_encrypted: boolean_t

Trait Implementations

impl Copy for xsw_usage[src]

impl Clone for xsw_usage[src]

Auto Trait Implementations

impl Unpin for xsw_usage

impl Send for xsw_usage

impl Sync for xsw_usage

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]