Struct rlbot::BoostPad[][src]

#[repr(C)]
pub struct BoostPad { pub Location: Vector3, pub FullBoost: bool, }

Fields

Trait Implementations

impl Debug for BoostPad
[src]

Formats the value using the given formatter. Read more

impl Default for BoostPad
[src]

Returns the "default value" for a type. Read more

impl Copy for BoostPad
[src]

impl Clone for BoostPad
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for BoostPad

impl Sync for BoostPad