Enum dlt_core::dlt::FixedPointValue [−][src]
Expand description
Fixed-Point representation. only supports 32 bit and 64 bit values according to the spec 128 bit are possible but we don’t support it
Variants
I32(i32)
Tuple Fields
0: i32
I64(i64)
Tuple Fields
0: i64
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FixedPointValue
impl Send for FixedPointValue
impl Sync for FixedPointValue
impl Unpin for FixedPointValue
impl UnwindSafe for FixedPointValue
Blanket Implementations
Mutably borrows from an owned value. Read more