pub enum SensorSubFunctionType {
Show 49 variants
Input,
Fault,
Label,
Type,
Lowest,
Highest,
InputLowest,
InputHighest,
Average,
AverageIntervalMax,
AverageIntervalMin,
AverageHighest,
AverageLowest,
Accuracy,
CapMin,
CapMax,
Enable,
Max,
Min,
MaxHyst,
MinHyst,
Crit,
CritHyst,
Emergency,
EmergencyHyst,
LowCrit,
LowCritHyst,
Offset,
Div,
Pulses,
Target,
AverageInterval,
AverageMax,
AverageMin,
Cap,
CapHyst,
ResetHistory,
Pwm,
Mode,
Freq,
AutoChannelsTemp,
Alarm,
MinAlarm,
MaxAlarm,
CritAlarm,
LowCritAlarm,
CapAlarm,
EmergencyAlarm,
Beep,
}
Expand description
Enum that represents a sensor subfunction type.
Variants§
Input
Fault
Label
Type
Lowest
Highest
InputLowest
InputHighest
Average
AverageIntervalMax
AverageIntervalMin
AverageHighest
AverageLowest
Accuracy
CapMin
CapMax
Enable
Max
Min
MaxHyst
MinHyst
Crit
CritHyst
Emergency
EmergencyHyst
LowCrit
LowCritHyst
Offset
Div
Pulses
Target
AverageInterval
AverageMax
AverageMin
Cap
CapHyst
ResetHistory
Pwm
Mode
Freq
AutoChannelsTemp
Alarm
MinAlarm
MaxAlarm
CritAlarm
LowCritAlarm
CapAlarm
EmergencyAlarm
Beep
Trait Implementations§
Source§impl Clone for SensorSubFunctionType
impl Clone for SensorSubFunctionType
Source§fn clone(&self) -> SensorSubFunctionType
fn clone(&self) -> SensorSubFunctionType
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 Debug for SensorSubFunctionType
impl Debug for SensorSubFunctionType
Source§impl Display for SensorSubFunctionType
impl Display for SensorSubFunctionType
Source§impl Hash for SensorSubFunctionType
impl Hash for SensorSubFunctionType
Source§impl PartialEq for SensorSubFunctionType
impl PartialEq for SensorSubFunctionType
impl Copy for SensorSubFunctionType
impl Eq for SensorSubFunctionType
impl StructuralPartialEq for SensorSubFunctionType
Auto Trait Implementations§
impl Freeze for SensorSubFunctionType
impl RefUnwindSafe for SensorSubFunctionType
impl Send for SensorSubFunctionType
impl Sync for SensorSubFunctionType
impl Unpin for SensorSubFunctionType
impl UnwindSafe for SensorSubFunctionType
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