Enum dlt_core::dlt::StringCoding [−][src]
pub enum StringCoding {
ASCII,
UTF8,
Reserved(u8),
}
Expand description
Defines what string type is used, ASCII
or UTF8
Variants
ASCII
UTF8
Reserved(u8)
Tuple Fields
0: u8
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for StringCoding
impl Send for StringCoding
impl Sync for StringCoding
impl Unpin for StringCoding
impl UnwindSafe for StringCoding
Blanket Implementations
Mutably borrows from an owned value. Read more