pub struct PVME4_W<'a> { /* private fields */ }Expand description
Field PVME4 writer - Peripheral voltage monitoring 4 enable: VDDA vs. 2.2V
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PVME4_W<'a>
impl<'a> RefUnwindSafe for PVME4_W<'a>
impl<'a> Send for PVME4_W<'a>
impl<'a> Sync for PVME4_W<'a>
impl<'a> Unpin for PVME4_W<'a>
impl<'a> !UnwindSafe for PVME4_W<'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