pub struct USB1_RAM_RST_W<'a> { /* private fields */ }Expand description
Field USB1_RAM_RST writer - USB1 RAM reset control.
Implementations§
Source§impl<'a> USB1_RAM_RST_W<'a>
impl<'a> USB1_RAM_RST_W<'a>
Sourcepub fn variant(self, variant: USB1_RAM_RST_A) -> &'a mut W
pub fn variant(self, variant: USB1_RAM_RST_A) -> &'a mut W
Writes variant to the field
Auto Trait Implementations§
impl<'a> Freeze for USB1_RAM_RST_W<'a>
impl<'a> RefUnwindSafe for USB1_RAM_RST_W<'a>
impl<'a> Send for USB1_RAM_RST_W<'a>
impl<'a> Sync for USB1_RAM_RST_W<'a>
impl<'a> Unpin for USB1_RAM_RST_W<'a>
impl<'a> !UnwindSafe for USB1_RAM_RST_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