Enum rlbot::MaxScore [−][src]
#[repr(i32)]pub enum MaxScore { Unlimited, One_Goal, Three_Goals, Five_Goals, }
Variants
UnlimitedOne_GoalThree_GoalsFive_Goals
Trait Implementations
impl Debug for MaxScore[src]
impl Debug for MaxScorefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for MaxScore[src]
impl Copy for MaxScoreimpl Clone for MaxScore[src]
impl Clone for MaxScorefn clone(&self) -> MaxScore[src]
fn clone(&self) -> MaxScoreReturns 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 PartialEq for MaxScore[src]
impl PartialEq for MaxScorefn eq(&self, other: &MaxScore) -> bool[src]
fn eq(&self, other: &MaxScore) -> 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 MaxScore[src]
impl Eq for MaxScoreimpl Hash for MaxScore[src]
impl Hash for MaxScore