pub enum RXONLYW {
FULLDUPLEX,
OUTPUTDISABLED,
}
Expand description
Values that can be written to the field RXONLY
Variants§
Auto Trait Implementations§
impl Freeze for RXONLYW
impl RefUnwindSafe for RXONLYW
impl Send for RXONLYW
impl Sync for RXONLYW
impl Unpin for RXONLYW
impl UnwindSafe for RXONLYW
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