Struct exempi_sys::XmpDateTime
source · #[repr(C)]pub struct XmpDateTime {}Fields
year: i32month: i32day: i32hour: i32minute: i32second: i32has_date: i8has_time: i8has_tz: i8tz_sign: TzSigntz_hour: i32tz_minute: i32nano_second: i32Trait Implementations
sourceimpl Clone for XmpDateTime
impl Clone for XmpDateTime
sourcefn clone(&self) -> XmpDateTime
fn clone(&self) -> XmpDateTime
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for XmpDateTime
impl Debug for XmpDateTime
sourceimpl Default for XmpDateTime
impl Default for XmpDateTime
impl Copy for XmpDateTime
Auto Trait Implementations
impl RefUnwindSafe for XmpDateTime
impl Send for XmpDateTime
impl Sync for XmpDateTime
impl Unpin for XmpDateTime
impl UnwindSafe for XmpDateTime
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