pub struct Gyroscope {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32§y: f32§z: f32Trait Implementations§
Source§impl<'de> Deserialize<'de> for Gyroscope
impl<'de> Deserialize<'de> for Gyroscope
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
impl Message for Gyroscope
impl StructuralPartialEq for Gyroscope
Auto Trait Implementations§
impl Freeze for Gyroscope
impl RefUnwindSafe for Gyroscope
impl Send for Gyroscope
impl Sync for Gyroscope
impl Unpin for Gyroscope
impl UnwindSafe for Gyroscope
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