Enum rlbot::ffi::BoostOption[][src]

#[repr(i32)]
pub enum BoostOption { Normal_Boost, Unlimited_Boost, Slow_Recharge, Rapid_Recharge, No_Boost, }

Variants

Trait Implementations

impl Debug for BoostOption
[src]

Formats the value using the given formatter. Read more

impl Copy for BoostOption
[src]

impl Clone for BoostOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BoostOption
[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 BoostOption
[src]

impl Hash for BoostOption
[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

impl Send for BoostOption

impl Sync for BoostOption