Struct gluster_xdr::pmap_brick_by_port_req [] [src]

pub struct pmap_brick_by_port_req {
    pub port: i32,
}

Fields

Trait Implementations

impl Debug for pmap_brick_by_port_req
[src]

Formats the value using the given formatter.

impl Eq for pmap_brick_by_port_req
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for pmap_brick_by_port_req
[src]

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

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