pub struct BIDIOE_W<'a> { /* private fields */ }
Expand description
Write proxy for field BIDIOE
Implementations§
Source§impl<'a> BIDIOE_W<'a>
impl<'a> BIDIOE_W<'a>
Sourcepub fn output_disabled(self) -> &'a mut W
pub fn output_disabled(self) -> &'a mut W
Output disabled (receive-only mode)
Sourcepub fn output_enabled(self) -> &'a mut W
pub fn output_enabled(self) -> &'a mut W
Output enabled (transmit-only mode)
Auto Trait Implementations§
impl<'a> Freeze for BIDIOE_W<'a>
impl<'a> !RefUnwindSafe for BIDIOE_W<'a>
impl<'a> Send for BIDIOE_W<'a>
impl<'a> !Sync for BIDIOE_W<'a>
impl<'a> Unpin for BIDIOE_W<'a>
impl<'a> !UnwindSafe for BIDIOE_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