Enum glib_sys::GDateDMY
[−]
[src]
#[repr(C)]pub enum GDateDMY { Day, Month, Year, }
Variants
Day
Month
Year
Trait Implementations
impl Clone for GDateDMY
[src]
fn clone(&self) -> GDateDMY
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