Enum glib_sys::GTimeType
[−]
[src]
#[repr(C)]pub enum GTimeType { Standard, Daylight, Universal, }
Variants
StandardDaylightUniversalTrait Implementations
impl Clone for GTimeType[src]
fn clone(&self) -> GTimeType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more