Struct gluster_xdr::gf_iatt [] [src]

pub struct gf_iatt {
    pub ia_gfid: [u8; 16],
    pub ia_ino: u_quad_t,
    pub ia_dev: u_quad_t,
    pub mode: u32,
    pub ia_nlink: u32,
    pub ia_uid: u32,
    pub ia_gid: u32,
    pub ia_rdev: u_quad_t,
    pub ia_size: u_quad_t,
    pub ia_blksize: u32,
    pub ia_blocks: u_quad_t,
    pub ia_atime: u32,
    pub ia_atime_nsec: u32,
    pub ia_mtime: u32,
    pub ia_mtime_nsec: u32,
    pub ia_ctime: u32,
    pub ia_ctime_nsec: u32,
}

Fields

Trait Implementations

impl Debug for gf_iatt
[src]

Formats the value using the given formatter.

impl Eq for gf_iatt
[src]

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for gf_iatt
[src]

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

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