Enum dlt_core::dlt::Value [−][src]
pub enum Value {
}Expand description
Represents the value of an DLT argument
Variants
Bool(u8)
Tuple Fields
0: u8U8(u8)
Tuple Fields
0: u8U16(u16)
Tuple Fields
0: u16U32(u32)
Tuple Fields
0: u32U64(u64)
Tuple Fields
0: u64U128(u128)
Tuple Fields
0: u128I8(i8)
Tuple Fields
0: i8I16(i16)
Tuple Fields
0: i16I32(i32)
Tuple Fields
0: i32I64(i64)
Tuple Fields
0: i64I128(i128)
Tuple Fields
0: i128F32(f32)
Tuple Fields
0: f32F64(f64)
Tuple Fields
0: f64StringVal(String)
Tuple Fields
0: StringRaw(Vec<u8>)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Value
impl UnwindSafe for Value
Blanket Implementations
Mutably borrows from an owned value. Read more
