Struct rlbot::Touch[][src]

#[repr(C)]
pub struct Touch { pub PlayerName: [u16; 32], pub TimeSeconds: f32, pub HitLocation: Vector3, pub HitNormal: Vector3, }

Fields

Trait Implementations

impl Debug for Touch
[src]

Formats the value using the given formatter. Read more

impl Default for Touch
[src]

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

impl Copy for Touch
[src]

impl Clone for Touch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Touch

impl Sync for Touch