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