Struct alt_stm32f30x_hal::pac::syscfg::rcr::PAGE14_WP_W
source · [−]pub struct PAGE14_WP_W<'a> { /* private fields */ }
Expand description
Field PAGE14_WP
writer - CCM SRAM page write protection bit
Implementations
sourceimpl<'a> PAGE14_WP_W<'a>
impl<'a> PAGE14_WP_W<'a>
sourcepub fn variant(self, variant: PAGE0_WP_A) -> &'a mut W
pub fn variant(self, variant: PAGE0_WP_A) -> &'a mut W
Writes variant
to the field
Auto Trait Implementations
impl<'a> RefUnwindSafe for PAGE14_WP_W<'a>
impl<'a> Send for PAGE14_WP_W<'a>
impl<'a> Sync for PAGE14_WP_W<'a>
impl<'a> Unpin for PAGE14_WP_W<'a>
impl<'a> !UnwindSafe for PAGE14_WP_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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