pub struct PamojaSimSensor { /* private fields */ }Expand description
An opaque handle to a sensor that invents plausible readings.
Auto Trait Implementations§
impl Freeze for PamojaSimSensor
impl RefUnwindSafe for PamojaSimSensor
impl Send for PamojaSimSensor
impl Sync for PamojaSimSensor
impl Unpin for PamojaSimSensor
impl UnsafeUnpin for PamojaSimSensor
impl UnwindSafe for PamojaSimSensor
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