Struct ctru_sys::angularRate
source · #[repr(C)]pub struct angularRate {
pub x: s16,
pub z: s16,
pub y: s16,
}
Expand description
Gyroscope angular rate.
Fields§
§x: s16
< Roll
z: s16
< Yaw
y: s16
< Pitch
Trait Implementations§
source§impl Clone for angularRate
impl Clone for angularRate
source§fn clone(&self) -> angularRate
fn clone(&self) -> angularRate
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for angularRate
impl Debug for angularRate
source§impl Default for angularRate
impl Default for angularRate
source§fn default() -> angularRate
fn default() -> angularRate
Returns the “default value” for a type. Read more