Enum cbor_data::Literal [−][src]
Expand description
Low-level representation of major type 7 values.
Bool, null, and undefined are represented by L0 while L2–L4 represent the underlying bytes of floating-point numbers (16-, 32-, and 64-bit IEE754).
Variants
L0(u8)
Tuple Fields
0: u8L1(u8)
Tuple Fields
0: u8L2(u16)
Tuple Fields
0: u16L4(u32)
Tuple Fields
0: u32L8(u64)
Tuple Fields
0: u64