Struct gluster_xdr::gfs3_cbk_cache_invalidation_req [] [src]

pub struct gfs3_cbk_cache_invalidation_req {
    pub gfid: String,
    pub event_type: u32,
    pub flags: u32,
    pub expire_time_attr: u32,
    pub stat: gf_iatt,
    pub parent_stat: gf_iatt,
    pub oldparent_stat: gf_iatt,
    pub xdata: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for gfs3_cbk_cache_invalidation_req
[src]

Formats the value using the given formatter.

impl Eq for gfs3_cbk_cache_invalidation_req
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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