pub enum BIDIOEW {
OUTPUTDISABLED,
OUTPUTENABLED,
}
Expand description
Values that can be written to the field BIDIOE
Variants§
OUTPUTDISABLED
Output disabled (receive-only mode)
OUTPUTENABLED
Output enabled (transmit-only mode)
Auto Trait Implementations§
impl Freeze for BIDIOEW
impl RefUnwindSafe for BIDIOEW
impl Send for BIDIOEW
impl Sync for BIDIOEW
impl Unpin for BIDIOEW
impl UnwindSafe for BIDIOEW
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