pub struct WindowAvgState { /* private fields */ }Auto Trait Implementations§
impl Freeze for WindowAvgState
impl RefUnwindSafe for WindowAvgState
impl Send for WindowAvgState
impl Sync for WindowAvgState
impl Unpin for WindowAvgState
impl UnsafeUnpin for WindowAvgState
impl UnwindSafe for WindowAvgState
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