Struct gluster_xdr::pmap_signin_rsp [] [src]

pub struct pmap_signin_rsp {
    pub op_ret: i32,
    pub op_errno: i32,
}

Fields

Trait Implementations

impl Debug for pmap_signin_rsp
[src]

Formats the value using the given formatter.

impl Eq for pmap_signin_rsp
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for pmap_signin_rsp
[src]

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

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