pub struct PlicRegisters { /* private fields */ }Auto Trait Implementations§
impl !Freeze for PlicRegisters
impl !RefUnwindSafe for PlicRegisters
impl Send for PlicRegisters
impl !Sync for PlicRegisters
impl Unpin for PlicRegisters
impl UnsafeUnpin for PlicRegisters
impl UnwindSafe for PlicRegisters
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