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 more
sourceimpl Debug for FloatWidth
impl Debug for FloatWidth
sourceimpl PartialEq<FloatWidth> for FloatWidth
impl PartialEq<FloatWidth> for FloatWidth
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more