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