Enum rlbot::BallTypeOption[][src]

#[repr(i32)]
pub enum BallTypeOption { Default, Cube, Puck, Basketball, }

Variants

Trait Implementations

impl Debug for BallTypeOption
[src]

Formats the value using the given formatter. Read more

impl Copy for BallTypeOption
[src]

impl Clone for BallTypeOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BallTypeOption
[src]

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

This method tests for !=.

impl Eq for BallTypeOption
[src]

impl Hash for BallTypeOption
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations