Enum gdnative_common::OSWeekday [−][src]
#[repr(u32)]pub enum OSWeekday { DaySunday, DayMonday, DayTuesday, DayWednesday, DayThursday, DayFriday, DaySaturday, }
Variants
DaySundayDayMondayDayTuesdayDayWednesdayDayThursdayDayFridayDaySaturday
Trait Implementations
impl Copy for OSWeekday[src]
impl Copy for OSWeekdayimpl Clone for OSWeekday[src]
impl Clone for OSWeekdayfn clone(&self) -> OSWeekday[src]
fn clone(&self) -> OSWeekdayReturns 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 OSWeekday[src]
impl Debug for OSWeekdayfn 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 OSWeekday[src]
impl PartialEq for OSWeekdayfn eq(&self, other: &OSWeekday) -> bool[src]
fn eq(&self, other: &OSWeekday) -> 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 OSWeekday[src]
impl Eq for OSWeekdayimpl Hash for OSWeekday[src]
impl Hash for OSWeekday