GitHub project page

Struct lodepng::ffi::Time [] [src]

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
month
day
hour
minute
second

Trait Implementations

Derived Implementations

impl Debug for Time

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Time

fn clone(&self) -> Time

fn clone_from(&mut self, source: &Self)

impl Copy for Time