Enum gdnative::_OSMonth [−][src]
#[repr(u32)]pub enum _OSMonth { MonthFebruary, MonthAugust, MonthSeptember, MonthOctober, MonthMarch, MonthJune, MonthDecember, MonthNovember, MonthJanuary, MonthMay, MonthJuly, MonthApril, }
Variants
MonthFebruaryMonthAugustMonthSeptemberMonthOctoberMonthMarchMonthJuneMonthDecemberMonthNovemberMonthJanuaryMonthMayMonthJulyMonthApril
Trait Implementations
impl Copy for _OSMonth[src]
impl Copy for _OSMonthimpl Clone for _OSMonth[src]
impl Clone for _OSMonthfn clone(&self) -> _OSMonth[src]
fn clone(&self) -> _OSMonthReturns 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 _OSMonth[src]
impl Debug for _OSMonthfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for _OSMonth[src]
impl PartialEq for _OSMonthfn eq(&self, other: &_OSMonth) -> bool[src]
fn eq(&self, other: &_OSMonth) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for _OSMonth[src]
impl Eq for _OSMonthimpl Hash for _OSMonth[src]
impl Hash for _OSMonth