Struct Rxonly
#[repr(transparent)]pub struct Rxonly(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Rxonly
impl Rxonly
pub const FULLDUPLEX: Self
pub const FULLDUPLEX: Self
Full duplex (Transmit and receive)
pub const OUTPUTDISABLED: Self
pub const OUTPUTDISABLED: Self
Output disabled (Receive-only mode)
Trait Implementations§
§impl Ord for Rxonly
impl Ord for Rxonly
§impl PartialOrd for Rxonly
impl PartialOrd for Rxonly
impl Copy for Rxonly
impl Eq for Rxonly
impl StructuralPartialEq for Rxonly
Auto Trait Implementations§
impl Freeze for Rxonly
impl RefUnwindSafe for Rxonly
impl Send for Rxonly
impl Sync for Rxonly
impl Unpin for Rxonly
impl UnwindSafe for Rxonly
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