Enum crazyflie_lib::ValueType [−][src]
pub enum ValueType {
U8,
U16,
U32,
U64,
I8,
I16,
I32,
I64,
F16,
F32,
F64,
}Expand description
Value type
This enum contains all the possible type of a Value
Variants
Type of a u8 value
Type of a u16 value
Type of a u32 value
Type of a u64 value
Type of a i8 value
Type of a i16 value
Type of a i32 value
Type of a i64 value
Type of a f16 value
Type of a f32 value
Type of a f64 value
Implementations
Return the byte length of a value according to its type
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValueType
impl UnwindSafe for ValueType
Blanket Implementations
Mutably borrows from an owned value. Read more