pub struct Bps(/* private fields */);
Expand description
A strong type unit when setting download speed and upload speed in bytes per second.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bps
impl RefUnwindSafe for Bps
impl Send for Bps
impl Sync for Bps
impl Unpin for Bps
impl UnwindSafe for Bps
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