Struct libcdio_sys::udf_timestamp_s
source · #[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_tAuto Trait Implementations
impl RefUnwindSafe for udf_timestamp_s
impl Send for udf_timestamp_s
impl Sync for udf_timestamp_s
impl Unpin for udf_timestamp_s
impl UnwindSafe for udf_timestamp_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more