#[repr(C, packed)]
pub struct iso9660_dtime_s { pub dt_year: iso711_t, pub dt_month: iso711_t, pub dt_day: iso711_t, pub dt_hour: iso711_t, pub dt_minute: iso711_t, pub dt_second: iso711_t, pub dt_gmtoff: iso712_t, }

Fields

dt_year: iso711_tdt_month: iso711_tdt_day: iso711_tdt_hour: iso711_tdt_minute: iso711_tdt_second: iso711_tdt_gmtoff: iso712_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.