Struct gluster_xdr::nsm_callback_status [] [src]

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

Fields

Trait Implementations

impl Debug for nsm_callback_status
[src]

Formats the value using the given formatter.

impl Eq for nsm_callback_status
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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