Struct ext4::Stat [] [src]

pub struct Stat {
    pub extracted_type: FileType,
    pub file_mode: u16,
    pub uid: u32,
    pub gid: u32,
    pub size: u64,
    pub atime: Time,
    pub ctime: Time,
    pub mtime: Time,
    pub btime: Option<Time>,
    pub link_count: u16,
    pub xattrs: HashMap<String, Vec<u8>>,
}

Full information about a disc entry.

Fields

Trait Implementations

impl Debug for Stat
[src]

Formats the value using the given formatter.