Struct ext4::Time [] [src]

pub struct Time {
    pub epoch_secs: u32,
    pub nanos: Option<u32>,
}

A raw filesystem time.

Fields

Trait Implementations

impl Debug for Time
[src]

Formats the value using the given formatter.