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
year: c_int
month: c_int
day: c_int
hour: c_int
minute: c_int
second: c_int
utc: gboolean
offset: c_int
Trait Implementations
impl Copy for SoupDate[src]
impl Copy for SoupDateimpl Clone for SoupDate[src]
impl Clone for SoupDatefn clone(&self) -> SoupDate[src]
fn clone(&self) -> SoupDateReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for SoupDate[src]
impl Debug for SoupDate