[][src]Enum fit_sdk::BaseType

pub enum BaseType {
    ENUM,
    SINT8,
    UINT8,
    SINT16,
    UINT16,
    SINT32,
    UINT32,
    STRING,
    FLOAT32,
    FLOAT64,
    UINT8Z,
    UINT16Z,
    UINT32Z,
    BYTE,
    SINT64,
    UINT64,
    UINT64Z,
}

Variants

ENUMSINT8UINT8SINT16UINT16SINT32UINT32STRINGFLOAT32FLOAT64UINT8ZUINT16ZUINT32ZBYTESINT64UINT64UINT64Z

Methods

impl BaseType[src]

pub fn get(num: u8) -> Self[src]

Trait Implementations

impl Debug for BaseType[src]

Auto Trait Implementations

impl Send for BaseType

impl Sync for BaseType

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.