pub struct Plic { /* private fields */ }
Expand description
PLIC.
Implementations§
Source§impl Plic
impl Plic
Trait Implementations§
impl Copy for Plic
impl Eq for Plic
impl Send for Plic
impl StructuralPartialEq for Plic
impl Sync for Plic
Auto Trait Implementations§
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