Struct libc::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

Trait Implementations

impl Copy for xsw_usage
[src]

impl Clone for xsw_usage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for xsw_usage

impl Sync for xsw_usage