Struct gluster_xdr::auth_glusterfs_parms_v2 [] [src]

pub struct auth_glusterfs_parms_v2 {
    pub pid: i32,
    pub uid: u32,
    pub gid: u32,
    pub groups: Vec<u32>,
    pub lk_owner: Vec<u8>,
}

Fields

Trait Implementations

impl Debug for auth_glusterfs_parms_v2
[src]

Formats the value using the given formatter.

impl Eq for auth_glusterfs_parms_v2
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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