Struct Time
ext4
pub struct Time { pub epoch_secs: u32, pub nanos: Option<u32>, }
A raw filesystem time.
epoch_secs: u32
nanos: Option<u32>
impl Debug for Time
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Send for Time
impl Sync for Time