#[repr(u8)]pub enum TestSel {
TestSel00 = 0,
TestSel01 = 1,
TestSel10 = 2,
TestSel11 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for TestSel
impl Ord for TestSel
Source§impl PartialOrd for TestSel
impl PartialOrd for TestSel
impl Copy for TestSel
impl Eq for TestSel
impl StructuralPartialEq for TestSel
Auto Trait Implementations§
impl Freeze for TestSel
impl RefUnwindSafe for TestSel
impl Send for TestSel
impl Sync for TestSel
impl Unpin for TestSel
impl UnwindSafe for TestSel
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