Enum dlt_core::dlt::FloatWidth
source · pub enum FloatWidth {
Width32,
Width64,
}
Expand description
Represents the bit width of a floatingpoint value type
Variants
Width32
Width64
Implementations
sourceimpl FloatWidth
impl FloatWidth
pub fn width_in_bytes(self) -> usize
Trait Implementations
sourceimpl Clone for FloatWidth
impl Clone for FloatWidth
sourcefn clone(&self) -> FloatWidth
fn clone(&self) -> FloatWidth
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for FloatWidth
impl Debug for FloatWidth
sourceimpl PartialEq<FloatWidth> for FloatWidth
impl PartialEq<FloatWidth> for FloatWidth
sourcefn eq(&self, other: &FloatWidth) -> bool
fn eq(&self, other: &FloatWidth) -> bool
sourceimpl Serialize for FloatWidth
impl Serialize for FloatWidth
impl Copy for FloatWidth
impl StructuralPartialEq for FloatWidth
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more