[][src]Struct libcdio_sys::udf_timestamp_s

#[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

Trait Implementations

impl Clone for udf_timestamp_s[src]

impl Copy for udf_timestamp_s[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.