pub struct OUT2_W<'a> { /* private fields */ }Expand description
Field Out2 writer - This bit is the complement of the UART Out2 (nUARTOut2) modem status output. That is, when the bit is programmed to a 1, the output is 0. For DTE this can be used as Ring Indicator (RI).
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for OUT2_W<'a>
impl<'a> RefUnwindSafe for OUT2_W<'a>
impl<'a> Send for OUT2_W<'a>
impl<'a> Sync for OUT2_W<'a>
impl<'a> Unpin for OUT2_W<'a>
impl<'a> !UnwindSafe for OUT2_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