Struct flipper0::ffi::__tm

source ·
pub struct __tm {
    pub __tm_sec: i32,
    pub __tm_min: i32,
    pub __tm_hour: i32,
    pub __tm_mday: i32,
    pub __tm_mon: i32,
    pub __tm_year: i32,
    pub __tm_wday: i32,
    pub __tm_yday: i32,
    pub __tm_isdst: i32,
}

Fields

__tm_sec: i32__tm_min: i32__tm_hour: i32__tm_mday: i32__tm_mon: i32__tm_year: i32__tm_wday: i32__tm_yday: i32__tm_isdst: i32

Trait Implementations

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.