Enum usdt_impl::DataType [−][src]
Expand description
A data type supported by the usdt crate.
Variants
Native(DataType)Tuple Fields of Native
0: DataTypeSerializable(Type)Tuple Fields of Serializable
0: TypeImplementations
Return the Rust FFI type representation of this data type.
Return the native Rust type representation of this data type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DataType
impl UnwindSafe for DataType
Blanket Implementations
Mutably borrows from an owned value. Read more