Struct lcms2_sys::ffi::DateTimeNumber  
                   
                       [−]
                   
               [src]
#[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
impl Copy for DateTimeNumber[src]
impl Clone for DateTimeNumber[src]
fn clone(&self) -> DateTimeNumber
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for DateTimeNumber[src]
fn eq(&self, __arg_0: &DateTimeNumber) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DateTimeNumber) -> bool
This method tests for !=.