pub struct MEM2MEM4 { /* private fields */ }Expand description
Represents a virtual peripheral with no associated hardware.
This struct is generated by the create_peripheral! macro when the peripheral
is defined as virtual.
Implementations§
Trait Implementations§
Source§impl Peripheral for MEM2MEM4
impl Peripheral for MEM2MEM4
Auto Trait Implementations§
impl Freeze for MEM2MEM4
impl RefUnwindSafe for MEM2MEM4
impl Send for MEM2MEM4
impl Sync for MEM2MEM4
impl Unpin for MEM2MEM4
impl UnwindSafe for MEM2MEM4
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