pub struct RCR5 { /* private fields */ }Expand description
SAI Receive Configuration 5 Register
Implementations§
Auto Trait Implementations§
impl !Freeze for RCR5
impl !RefUnwindSafe for RCR5
impl Send for RCR5
impl !Sync for RCR5
impl Unpin for RCR5
impl UnwindSafe for RCR5
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