Enum Rxordset
#[repr(u8)]pub enum Rxordset {
SOP = 0,
SOPPRIME = 1,
SOPDOUBLEPRIME = 2,
SOPPRIMEDEBUG = 3,
SOPDOUBLEPRIMEDEBUG = 4,
CABLERESET = 5,
EXT1 = 6,
EXT2 = 7,
}
Variants§
SOP = 0
SOP code detected in receiver
SOPPRIME = 1
SOP’ code detected in receiver
SOPDOUBLEPRIME = 2
SOP’’ code detected in receiver
SOPPRIMEDEBUG = 3
SOP’_Debug detected in receiver
SOPDOUBLEPRIMEDEBUG = 4
SOP’’_Debug detected in receiver
CABLERESET = 5
Cable Reset detected in receiver
EXT1 = 6
SOP extension#1 detected in receiver
EXT2 = 7
SOP extension#2 detected in receiver
Implementations§
Trait Implementations§
§impl Ord for Rxordset
impl Ord for Rxordset
§impl PartialOrd for Rxordset
impl PartialOrd for Rxordset
impl Copy for Rxordset
impl Eq for Rxordset
impl StructuralPartialEq for Rxordset
Auto Trait Implementations§
impl Freeze for Rxordset
impl RefUnwindSafe for Rxordset
impl Send for Rxordset
impl Sync for Rxordset
impl Unpin for Rxordset
impl UnwindSafe for Rxordset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)