pub struct BitsPerSecond(/* private fields */);Expand description
HACK: once uom supports no_std replace this with a more sane approach to specifying bitrates
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