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