Enum auto_uds::ScalingByteHigh
source · pub enum ScalingByteHigh {
}Expand description
Scaling byte high nibble encoding
Variants§
UnsignedNumeric
Unsigned numeric integer
SignedNumeric
Signed numeric integer
BitMappingWithoutMask
Bit mapping encoding to set statuses, without mask
BitMappingWithMask
Bit mapping encoding to set statuses, with mask
BCD
Binary coded decimal encoding
StateEncodedVariable
State encoded variable (Enum)
ASCII
ASCII Text
SignedFloatingPoint
ANSI 754 signed floating point
Packet
Multiple values data packet
Formula
Conversion formula
UnitOrFormat
Unit of presentation format
StateAndConnectionType
Input / Output state encoding
Reserved
Reserved or Vehicle manufacturer specific (Unknown)
Trait Implementations§
source§impl Clone for ScalingByteHigh
impl Clone for ScalingByteHigh
source§fn clone(&self) -> ScalingByteHigh
fn clone(&self) -> ScalingByteHigh
Returns a copy 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 ScalingByteHigh
impl Debug for ScalingByteHigh
source§impl From<u8> for ScalingByteHigh
impl From<u8> for ScalingByteHigh
source§impl Ord for ScalingByteHigh
impl Ord for ScalingByteHigh
source§fn cmp(&self, other: &ScalingByteHigh) -> Ordering
fn cmp(&self, other: &ScalingByteHigh) -> Ordering
1.21.0 · 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
source§impl PartialEq<ScalingByteHigh> for ScalingByteHigh
impl PartialEq<ScalingByteHigh> for ScalingByteHigh
source§fn eq(&self, other: &ScalingByteHigh) -> bool
fn eq(&self, other: &ScalingByteHigh) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ScalingByteHigh> for ScalingByteHigh
impl PartialOrd<ScalingByteHigh> for ScalingByteHigh
source§fn partial_cmp(&self, other: &ScalingByteHigh) -> Option<Ordering>
fn partial_cmp(&self, other: &ScalingByteHigh) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more