pub struct InodeTime {
    create_time: u64,
    access_time: u64,
    modify_time: u64,
}

Fields

create_time: u64access_time: u64modify_time: u64

Implementations

Set the inode time’s create time.

Get a reference to the inode time’s create time.

Set the inode time’s access time.

Get a reference to the inode time’s access time.

Set the inode time’s modify time.

Get a reference to the inode time’s modify time.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.