Struct chip::Input[][src]

#[repr(C)]
pub struct Input { pub steer: f32, pub roll: f32, pub pitch: f32, pub yaw: f32, pub throttle: f32, pub jump: bool, pub boost: bool, pub slide: bool, }

Fields

Trait Implementations

impl Debug for Input
[src]

Formats the value using the given formatter. Read more

impl Default for Input
[src]

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

impl Copy for Input
[src]

impl Clone for Input
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Input

impl Sync for Input