Struct lcms2_sys::ffi::DateTimeNumber
source · #[repr(C)]pub struct DateTimeNumber {
pub year: u16,
pub month: u16,
pub day: u16,
pub hours: u16,
pub minutes: u16,
pub seconds: u16,
}
Fields§
§year: u16
§month: u16
§day: u16
§hours: u16
§minutes: u16
§seconds: u16
Trait Implementations§
source§impl Clone for DateTimeNumber
impl Clone for DateTimeNumber
source§fn clone(&self) -> DateTimeNumber
fn clone(&self) -> DateTimeNumber
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DateTimeNumber
impl Debug for DateTimeNumber
source§impl Default for DateTimeNumber
impl Default for DateTimeNumber
source§impl PartialEq for DateTimeNumber
impl PartialEq for DateTimeNumber
source§fn eq(&self, other: &DateTimeNumber) -> bool
fn eq(&self, other: &DateTimeNumber) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DateTimeNumber
impl Eq for DateTimeNumber
impl StructuralPartialEq for DateTimeNumber
Auto Trait Implementations§
impl RefUnwindSafe for DateTimeNumber
impl Send for DateTimeNumber
impl Sync for DateTimeNumber
impl Unpin for DateTimeNumber
impl UnwindSafe for DateTimeNumber
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more