Struct libpng_sys::ffi::png_time [] [src]

#[repr(C)]
pub struct png_time { pub year: u16, pub month: u8, pub day: u8, pub hour: u8, pub minute: u8, pub second: u8, }

Fields

Trait Implementations

impl Debug for png_time
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for png_time
[src]

impl Clone for png_time
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for png_time

impl Sync for png_time