Enum gdnative_common::OSMonth [−][src]
#[repr(u32)]pub enum OSMonth { January, February, March, April, May, June, July, August, September, October, November, December, }
Variants
JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember
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