Struct gluster_xdr::gf_proto_flock [] [src]

pub struct gf_proto_flock {
    pub flock_type: u32,
    pub whence: u32,
    pub start: u_quad_t,
    pub len: u_quad_t,
    pub pid: u32,
    pub lk_owner: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for gf_proto_flock
[src]

Formats the value using the given formatter.

impl Eq for gf_proto_flock
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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