Struct gluster_xdr::aclentry [] [src]

pub struct aclentry {
    pub acl_type: i32,
    pub uid: i32,
    pub perm: i32,
}

Fields

Trait Implementations

impl Debug for aclentry
[src]

Formats the value using the given formatter.

impl Eq for aclentry
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for aclentry
[src]

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

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