pub struct Sram1<'a>(/* private fields */);Expand description
SRAM1 bank handle. See RamCfg::sram1().
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Sram1<'a>
impl<'a> RefUnwindSafe for Sram1<'a>
impl<'a> Send for Sram1<'a>
impl<'a> Sync for Sram1<'a>
impl<'a> Unpin for Sram1<'a>
impl<'a> !UnwindSafe for Sram1<'a>
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