pub struct SpeedControl(/* private fields */);Expand description
Thread-safe control for a Speed filter
Implementations§
Auto Trait Implementations§
impl Freeze for SpeedControl
impl RefUnwindSafe for SpeedControl
impl Send for SpeedControl
impl Sync for SpeedControl
impl Unpin for SpeedControl
impl UnwindSafe for SpeedControl
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