Enum Kind
Source pub enum Kind {
Show 14 variants
FLOAT32 = 0,
FLOAT64 = 1,
SINT8 = 2,
UINT8 = 3,
SINT16 = 4,
UINT16 = 5,
INT32 = 6,
INT64 = 7,
CAML_INT = 8,
NATIVE_INT = 9,
COMPLEX32 = 10,
COMPLEX64 = 11,
CHAR = 12,
KIND_MASK = 255,
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.