Struct gluster_xdr::gf_mgmt_hndsk_rsp [] [src]

pub struct gf_mgmt_hndsk_rsp {
    pub op_ret: i32,
    pub op_errno: i32,
    pub hndsk: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for gf_mgmt_hndsk_rsp
[src]

Formats the value using the given formatter.

impl Eq for gf_mgmt_hndsk_rsp
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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