pub struct Mpc { /* private fields */ }
Expand description
Memory Privilege Controller
Implementations§
Trait Implementations§
impl Copy for Mpc
impl Eq for Mpc
impl Send for Mpc
impl StructuralPartialEq for Mpc
impl Sync for Mpc
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