Struct rlbot::Vector3[][src]

#[repr(C)]
pub struct Vector3 { pub X: f32, pub Y: f32, pub Z: f32, }

Fields

Trait Implementations

impl Debug for Vector3
[src]

Formats the value using the given formatter. Read more

impl Default for Vector3
[src]

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

impl Copy for Vector3
[src]

impl Clone for Vector3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Vector3

impl Sync for Vector3