Struct lodepng::ffi::Time
[−]
[src]
#[repr(C)]pub struct Time { pub year: c_uint, pub month: c_uint, pub day: c_uint, pub hour: c_uint, pub minute: c_uint, pub second: c_uint, }
The information of a Time chunk in PNG
Fields
year: c_uint
month: c_uint
day: c_uint
hour: c_uint
minute: c_uint
second: c_uint
Methods
impl Time[src]
Trait Implementations
impl Copy for Time[src]
impl Clone for Time[src]
fn clone(&self) -> Time[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more