Struct gluster_xdr::gf_statfs [] [src]

pub struct gf_statfs {
    pub bsize: u_quad_t,
    pub frsize: u_quad_t,
    pub blocks: u_quad_t,
    pub bfree: u_quad_t,
    pub bavail: u_quad_t,
    pub files: u_quad_t,
    pub ffree: u_quad_t,
    pub favail: u_quad_t,
    pub fsid: u_quad_t,
    pub flag: u_quad_t,
    pub namemax: u_quad_t,
}

Fields

Trait Implementations

impl Debug for gf_statfs
[src]

Formats the value using the given formatter.

impl Eq for gf_statfs
[src]

impl PartialEq for gf_statfs
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for gf_statfs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for gf_statfs
[src]

impl<Out: Write> Pack<Out> for gf_statfs
[src]

impl<In: Read> Unpack<In> for gf_statfs
[src]