Struct gluster_xdr::gf_dump_req [] [src]

pub struct gf_dump_req {
    pub gfs_id: i64,
}

Fields

Trait Implementations

impl Debug for gf_dump_req
[src]

Formats the value using the given formatter.

impl Eq for gf_dump_req
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for gf_dump_req
[src]

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

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