Struct rlbot::FieldInfo[][src]

#[repr(C)]
pub struct FieldInfo { pub BoostPads: [BoostPad; 50], pub NumBoosts: c_int, pub Goals: [GoalInfo; 2], pub NumGoals: c_int, }

Fields

Trait Implementations

impl Copy for FieldInfo
[src]

impl Clone for FieldInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FieldInfo
[src]

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

Auto Trait Implementations

impl Send for FieldInfo

impl Sync for FieldInfo