Struct uefi::table::runtime::Time[][src]

#[repr(C)]
pub struct Time { /* fields omitted */ }
Expand description

The current time information

Implementations

Build an UEFI time struct

Query the year

Query the month

Query the day

Query the hour

Query the minute

Query the second

Query the nanosecond

Query the time offset in minutes from UTC, or None if using local time

Query the daylight savings time information

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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.