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