pub struct RV_MSGBOX { /* private fields */ }
Expand description
RISC-V Message Box
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RV_MSGBOX
impl RefUnwindSafe for RV_MSGBOX
impl !Sync for RV_MSGBOX
impl Unpin for RV_MSGBOX
impl UnwindSafe for RV_MSGBOX
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