Struct rlbot::Physics[][src]

#[repr(C)]
pub struct Physics { pub Location: Vector3, pub Rotation: Rotator, pub Velocity: Vector3, pub AngularVelocity: Vector3, }

Fields

Trait Implementations

impl Debug for Physics
[src]

Formats the value using the given formatter. Read more

impl Default for Physics
[src]

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

impl Copy for Physics
[src]

impl Clone for Physics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Physics

impl Sync for Physics