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

Methods

impl Time
[src]

Trait Implementations

impl Copy for Time
[src]

impl Clone for Time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Time
[src]

Formats the value using the given formatter. Read more

impl Default for Time
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Time

impl Sync for Time