pub enum TS18661FloatFormat {
BinaryInterchange,
BinaryExtended,
DecimalInterchange,
DecimalExtended,
}
Expand description
Floating point formats
Variants§
Trait Implementations§
Source§impl Clone for TS18661FloatFormat
impl Clone for TS18661FloatFormat
Source§fn clone(&self) -> TS18661FloatFormat
fn clone(&self) -> TS18661FloatFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TS18661FloatFormat
impl Debug for TS18661FloatFormat
Source§impl Hash for TS18661FloatFormat
impl Hash for TS18661FloatFormat
Source§impl PartialEq for TS18661FloatFormat
impl PartialEq for TS18661FloatFormat
impl Eq for TS18661FloatFormat
impl StructuralPartialEq for TS18661FloatFormat
Auto Trait Implementations§
impl Freeze for TS18661FloatFormat
impl RefUnwindSafe for TS18661FloatFormat
impl Send for TS18661FloatFormat
impl Sync for TS18661FloatFormat
impl Unpin for TS18661FloatFormat
impl UnwindSafe for TS18661FloatFormat
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more