Struct gluster_xdr::sm_stat_res [] [src]

pub struct sm_stat_res {
    pub res_stat: res,
    pub state: i32,
}

Fields

Trait Implementations

impl Debug for sm_stat_res
[src]

Formats the value using the given formatter.

impl Eq for sm_stat_res
[src]

impl PartialEq for sm_stat_res
[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 sm_stat_res
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for sm_stat_res
[src]

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

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