pub struct BIDIMODE_W<'a> { /* private fields */ }
Expand description
Write proxy for field BIDIMODE
Implementations§
Source§impl<'a> BIDIMODE_W<'a>
impl<'a> BIDIMODE_W<'a>
Sourcepub fn variant(self, variant: BIDIMODE_A) -> &'a mut W
pub fn variant(self, variant: BIDIMODE_A) -> &'a mut W
Writes variant
to the field
Sourcepub fn unidirectional(self) -> &'a mut W
pub fn unidirectional(self) -> &'a mut W
2-line unidirectional data mode selected
Sourcepub fn bidirectional(self) -> &'a mut W
pub fn bidirectional(self) -> &'a mut W
1-line bidirectional data mode selected
Auto Trait Implementations§
impl<'a> Freeze for BIDIMODE_W<'a>
impl<'a> !RefUnwindSafe for BIDIMODE_W<'a>
impl<'a> Send for BIDIMODE_W<'a>
impl<'a> !Sync for BIDIMODE_W<'a>
impl<'a> Unpin for BIDIMODE_W<'a>
impl<'a> !UnwindSafe for BIDIMODE_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