pub struct MBC0 { /* private fields */ }Expand description
MBC0 peripheral
Implementations§
Trait Implementations§
impl Copy for MBC0
impl PeripheralType for MBC0
Auto Trait Implementations§
impl Freeze for MBC0
impl RefUnwindSafe for MBC0
impl Send for MBC0
impl Sync for MBC0
impl Unpin for MBC0
impl UnwindSafe for MBC0
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