Struct gluster_xdr::my_id [] [src]

pub struct my_id {
    pub my_name: String,
    pub my_prog: i32,
    pub my_vers: i32,
    pub my_proc: i32,
}

Fields

Trait Implementations

impl Debug for my_id
[src]

Formats the value using the given formatter.

impl Eq for my_id
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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