pub struct Hinge(pub f64);Expand description
Fake hinge angle sensor for testing purposes.
Tuple Fields§
§0: f64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hinge
impl RefUnwindSafe for Hinge
impl Send for Hinge
impl Sync for Hinge
impl Unpin for Hinge
impl UnwindSafe for Hinge
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