Enum glib_sys::GDateMonth [] [src]

pub enum GDateMonth {
    BadMonth,
    January,
    February,
    March,
    April,
    May,
    June,
    July,
    August,
    September,
    October,
    November,
    December,
}

Variants

Trait Implementations

impl Clone for GDateMonth
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more

impl Copy for GDateMonth
[src]

impl Debug for GDateMonth
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Eq for GDateMonth
[src]

impl PartialEq for GDateMonth
[src]

[src]
[]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]
[]

This method tests for !=.