pub enum Test {
J = 1,
K = 2,
SE0_NAK = 3,
Packet = 4,
ForceEnable = 5,
}
Expand description
Test selector
Variants§
J = 1
Test_J
K = 2
Test_K
SE0_NAK = 3
Test_SE0_NAK
Packet = 4
Test_Packet
ForceEnable = 5
Test_Force_Enable
Trait Implementations§
impl Copy for Test
impl Eq for Test
impl StructuralPartialEq for Test
Auto Trait Implementations§
impl Freeze for Test
impl RefUnwindSafe for Test
impl Send for Test
impl Sync for Test
impl Unpin for Test
impl UnwindSafe for Test
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