Struct atsamd51n::pac::intflagahb::RAMCM4S__W
source · [−]pub struct RAMCM4S__W<'a> { /* private fields */ }
Expand description
Field RAMCM4S_
writer - RAMCM4S
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for RAMCM4S__W<'a>
impl<'a> Send for RAMCM4S__W<'a>
impl<'a> Sync for RAMCM4S__W<'a>
impl<'a> Unpin for RAMCM4S__W<'a>
impl<'a> !UnwindSafe for RAMCM4S__W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more