Struct mcan::messageram::SharedMemory
source · pub struct SharedMemory<C: Capacities>(/* private fields */);Expand description
Memory shared between the peripheral and core. Provide a struct C that
implements Capacities to select the sizes of the buffers, then construct
this using SharedMemory::<C>::new().
Implementations§
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