pub enum EventAnalogOutputStatusVariation {
Group42Var1,
Group42Var2,
Group42Var3,
Group42Var4,
Group42Var5,
Group42Var6,
Group42Var7,
Group42Var8,
}Expand description
Enum representing all possible AnalogOutputStatus event variations
Variants§
Group42Var1
Analog Output Event - 32-bit with flag
Group42Var2
Analog Output Event - 16-bit with flag
Group42Var3
Analog Output Event - 32-bit with flag and time
Group42Var4
Analog Output Event - 16-bit with flag and time
Group42Var5
Analog Output Event - Single-precision with flag
Group42Var6
Analog Output Event - Double-precision with flag
Group42Var7
Analog Output Event - Single-precision with flag and time
Group42Var8
Analog Output Event - Double-precision with flag and time
Trait Implementations§
Source§impl Clone for EventAnalogOutputStatusVariation
impl Clone for EventAnalogOutputStatusVariation
Source§fn clone(&self) -> EventAnalogOutputStatusVariation
fn clone(&self) -> EventAnalogOutputStatusVariation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for EventAnalogOutputStatusVariation
impl PartialEq for EventAnalogOutputStatusVariation
Source§fn eq(&self, other: &EventAnalogOutputStatusVariation) -> bool
fn eq(&self, other: &EventAnalogOutputStatusVariation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EventAnalogOutputStatusVariation
impl Eq for EventAnalogOutputStatusVariation
impl StructuralPartialEq for EventAnalogOutputStatusVariation
Auto Trait Implementations§
impl Freeze for EventAnalogOutputStatusVariation
impl RefUnwindSafe for EventAnalogOutputStatusVariation
impl Send for EventAnalogOutputStatusVariation
impl Sync for EventAnalogOutputStatusVariation
impl Unpin for EventAnalogOutputStatusVariation
impl UnwindSafe for EventAnalogOutputStatusVariation
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