Struct rlbot::PlayerInfo[][src]

#[repr(C)]
pub struct PlayerInfo { pub Physics: Physics, pub Score: ScoreInfo, pub Demolished: bool, pub OnGround: bool, pub SuperSonic: bool, pub Bot: bool, pub Jumped: bool, pub DoubleJumped: bool, pub Name: [u16; 32], pub Team: c_uchar, pub Boost: c_int, }

Fields

Trait Implementations

impl Debug for PlayerInfo
[src]

Formats the value using the given formatter. Read more

impl Default for PlayerInfo
[src]

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

impl Copy for PlayerInfo
[src]

impl Clone for PlayerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PlayerInfo

impl Sync for PlayerInfo