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