Enum glib_sys::GDateDMY [] [src]

pub enum GDateDMY {
    Day,
    Month,
    Year,
}

Variants

Day
Month
Year

Trait Implementations

Derived Implementations

impl PartialEq for GDateDMY

fn eq(&self, __arg_0: &GDateDMY) -> bool

fn ne(&self, __arg_0: &GDateDMY) -> bool

impl Eq for GDateDMY

impl Debug for GDateDMY

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GDateDMY

impl Clone for GDateDMY

fn clone(&self) -> GDateDMY

1.0.0fn clone_from(&mut self, source: &Self)