pub struct BitsPerSecond { /* private fields */ }Expand description
A number of bits per second
Implementations§
Source§impl BitsPerSecond
impl BitsPerSecond
Auto Trait Implementations§
impl Freeze for BitsPerSecond
impl RefUnwindSafe for BitsPerSecond
impl Send for BitsPerSecond
impl Sync for BitsPerSecond
impl Unpin for BitsPerSecond
impl UnwindSafe for BitsPerSecond
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