Struct gluster_xdr::gfs3_lookup_req [] [src]

pub struct gfs3_lookup_req {
    pub gfid: [u8; 16],
    pub pargfid: [u8; 16],
    pub flags: u32,
    pub bname: String,
    pub xdata: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for gfs3_lookup_req
[src]

Formats the value using the given formatter.

impl Eq for gfs3_lookup_req
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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