Struct soup_sys::SoupDate[][src]

#[repr(C)]
pub struct SoupDate { pub year: c_int, pub month: c_int, pub day: c_int, pub hour: c_int, pub minute: c_int, pub second: c_int, pub utc: gboolean, pub offset: c_int, }

Fields

Trait Implementations

impl Debug for SoupDate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for SoupDate

impl Sync for SoupDate