#[repr(C)]
pub struct __tm {
pub __tm_sec: c_int,
pub __tm_min: c_int,
pub __tm_hour: c_int,
pub __tm_mday: c_int,
pub __tm_mon: c_int,
pub __tm_year: c_int,
pub __tm_wday: c_int,
pub __tm_yday: c_int,
pub __tm_isdst: c_int,
}
Performs copy-assignment from
source.
Read more
Formats the value using the given formatter.
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.