pub enum Control3SelfTest {
NormalMode = 0,
PositiveSign = 1,
NegativeSign = 2,
Unused = 3,
}Variants§
Trait Implementations§
Source§impl Bitsized for Control3SelfTest
impl Bitsized for Control3SelfTest
Source§impl Clone for Control3SelfTest
impl Clone for Control3SelfTest
Source§fn clone(&self) -> Control3SelfTest
fn clone(&self) -> Control3SelfTest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Control3SelfTest
Source§impl Debug for Control3SelfTest
impl Debug for Control3SelfTest
Source§impl From<Control3SelfTest> for u2
impl From<Control3SelfTest> for u2
Source§fn from(enum_value: Control3SelfTest) -> Self
fn from(enum_value: Control3SelfTest) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Control3SelfTest
impl PartialEq for Control3SelfTest
Source§fn eq(&self, other: &Control3SelfTest) -> bool
fn eq(&self, other: &Control3SelfTest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Control3SelfTest
impl PartialOrd for Control3SelfTest
impl StructuralPartialEq for Control3SelfTest
Auto Trait Implementations§
impl Freeze for Control3SelfTest
impl RefUnwindSafe for Control3SelfTest
impl Send for Control3SelfTest
impl Sync for Control3SelfTest
impl Unpin for Control3SelfTest
impl UnsafeUnpin for Control3SelfTest
impl UnwindSafe for Control3SelfTest
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