pub struct Gyroscope {
pub target: StructuralTarget,
pub publish_rate_hz: f64,
pub axes: Option<[bool; 3]>,
}Fields§
§target: StructuralTarget§publish_rate_hz: f64§axes: Option<[bool; 3]>Trait 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 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 UnsafeUnpin 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