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