Struct rlbot::ffi::Rotator[][src]

#[repr(C)]
pub struct Rotator { pub Pitch: f32, pub Yaw: f32, pub Roll: f32, }

Fields

Trait Implementations

impl Debug for Rotator
[src]

Formats the value using the given formatter. Read more

impl Default for Rotator
[src]

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

impl Copy for Rotator
[src]

impl Clone for Rotator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Rotator

impl Sync for Rotator