Enum dlt_core::dlt::FloatWidth [−][src]
pub enum FloatWidth {
Width32,
Width64,
}
Expand description
Represents the bit width of a floatingpoint value type
Variants
Width32
Width64
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FloatWidth
impl Send for FloatWidth
impl Sync for FloatWidth
impl Unpin for FloatWidth
impl UnwindSafe for FloatWidth
Blanket Implementations
Mutably borrows from an owned value. Read more