#[repr(u8)]pub enum Tc {
ACTIVE = 0,
COMPLETE = 1,
}Variants§
ACTIVE = 0
Transmitter active (sending data, a preamble, or a break).
COMPLETE = 1
Transmitter idle (transmission activity complete).
Implementations§
Trait Implementations§
Source§impl Ord for Tc
impl Ord for Tc
Source§impl PartialOrd for Tc
impl PartialOrd for Tc
impl Copy for Tc
impl Eq for Tc
impl StructuralPartialEq for Tc
Auto Trait Implementations§
impl Freeze for Tc
impl RefUnwindSafe for Tc
impl Send for Tc
impl Sync for Tc
impl Unpin for Tc
impl UnwindSafe for Tc
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