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]

[src]

Trait Implementations

impl Copy for Time
[src]

impl Clone for Time
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Time
[src]

[src]

Formats the value using the given formatter.

impl Default for Time
[src]

[src]

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