#[repr(u8)]pub enum Consts {
Show 15 variants
NUL = 0,
SOH = 1,
STX = 2,
EOT = 4,
ACK = 6,
ACK2 = 134,
DLE = 16,
NAK = 21,
CAN = 24,
CAN2 = 152,
CRC = 67,
CRC2 = 195,
CRC3 = 131,
ABT = 97,
Unknown = 153,
}Variants§
NUL = 0
SOH = 1
STX = 2
EOT = 4
ACK = 6
ACK2 = 134
DLE = 16
NAK = 21
CAN = 24
CAN2 = 152
CRC = 67
CRC2 = 195
CRC3 = 131
ABT = 97
Unknown = 153
Trait Implementations§
impl Copy for Consts
Auto Trait Implementations§
impl Freeze for Consts
impl RefUnwindSafe for Consts
impl Send for Consts
impl Sync for Consts
impl Unpin for Consts
impl UnwindSafe for Consts
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