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 |