Struct gluster_xdr::nlm_sm_status [] [src]

pub struct nlm_sm_status {
    pub mon_name: String,
    pub state: i32,
    pub private: [u8; 16],
}

Fields

Trait Implementations

impl Debug for nlm_sm_status
[src]

Formats the value using the given formatter.

impl Eq for nlm_sm_status
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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