#[repr(C)]pub struct GyroInterruptArgs {
pub x: f64,
pub y: f64,
pub z: f64,
}Expand description
Device orientation payload, in degrees.
Fields§
§x: f64§y: f64§z: f64Trait Implementations§
Source§impl<'de> Deserialize<'de> for GyroInterruptArgs
impl<'de> Deserialize<'de> for GyroInterruptArgs
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GyroInterruptArgs
impl RefUnwindSafe for GyroInterruptArgs
impl Send for GyroInterruptArgs
impl Sync for GyroInterruptArgs
impl Unpin for GyroInterruptArgs
impl UnsafeUnpin for GyroInterruptArgs
impl UnwindSafe for GyroInterruptArgs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more