Enum Cppstat
#[repr(u8)]pub enum Cppstat {
Output1active = 0,
Output2active = 1,
}Variants§
Output1active = 0
Signal applied on output 1 and output 2 forced inactive
Output2active = 1
Signal applied on output 2 and output 1 forced inactive
Implementations§
Trait Implementations§
impl Copy for Cppstat
impl Eq for Cppstat
§impl Ord for Cppstat
impl Ord for Cppstat
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Cppstat
impl PartialOrd for Cppstat
impl StructuralPartialEq for Cppstat
Auto Trait Implementations§
impl Freeze for Cppstat
impl RefUnwindSafe for Cppstat
impl Send for Cppstat
impl Sync for Cppstat
impl Unpin for Cppstat
impl UnsafeUnpin for Cppstat
impl UnwindSafe for Cppstat
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