#[repr(C, packed)]
pub struct udf_timestamp_s { pub type_tz: udf_Uint16_t, pub year: udf_Uint16_t, pub month: udf_Uint8_t, pub day: udf_Uint8_t, pub hour: udf_Uint8_t, pub minute: udf_Uint8_t, pub second: udf_Uint8_t, pub centiseconds: udf_Uint8_t, pub hundreds_of_microseconds: udf_Uint8_t, pub microseconds: udf_Uint8_t, }

Fields

type_tz: udf_Uint16_tyear: udf_Uint16_tmonth: udf_Uint8_tday: udf_Uint8_thour: udf_Uint8_tminute: udf_Uint8_tsecond: udf_Uint8_tcentiseconds: udf_Uint8_thundreds_of_microseconds: udf_Uint8_tmicroseconds: udf_Uint8_t

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.