pub struct BRR { /* private fields */ }
Expand description
SWPMI Bitrate register
Implementations§
Auto Trait Implementations§
impl !Freeze for BRR
impl !RefUnwindSafe for BRR
impl Send for BRR
impl !Sync for BRR
impl Unpin for BRR
impl UnwindSafe for BRR
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