Struct stivale_boot::v2::StivaleEpochTag[][src]

#[repr(C)]
pub struct StivaleEpochTag { pub header: StivaleTagHeader, pub epoch: u64, }
Expand description

This tag is used to get the current UNIX epoch, as per RTC.

Fields

header: StivaleTagHeaderepoch: u64

UNIX epoch at boot, which is read from system RTC.

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.