Struct rlbot::flat::TinyPlayer[][src]

pub struct TinyPlayer<'a> {
    pub _tab: Table<'a>,
}

Fields

Methods

impl<'a> TinyPlayer<'a>
[src]

VT_LOCATION: VOffsetT = 4

VT_ROTATION: VOffsetT = 6

VT_VELOCITY: VOffsetT = 8

VT_HASWHEELCONTACT: VOffsetT = 10

VT_ISSUPERSONIC: VOffsetT = 12

VT_TEAM: VOffsetT = 14

VT_BOOST: VOffsetT = 16

Trait Implementations

impl<'a> Copy for TinyPlayer<'a>
[src]

impl<'a> Clone for TinyPlayer<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for TinyPlayer<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for TinyPlayer<'a>
[src]

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

This method tests for !=.

impl<'a> Follow<'a> for TinyPlayer<'a>
[src]

Auto Trait Implementations

impl<'a> Send for TinyPlayer<'a>

impl<'a> Sync for TinyPlayer<'a>