pub enum FPUPrecision {
Single,
Double,
}Expand description
FPU precision
Variants§
Trait Implementations§
Source§impl Clone for FPUPrecision
impl Clone for FPUPrecision
Source§fn clone(&self) -> FPUPrecision
fn clone(&self) -> FPUPrecision
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FPUPrecision
impl Debug for FPUPrecision
Source§impl<'de> Deserialize<'de> for FPUPrecision
impl<'de> Deserialize<'de> for FPUPrecision
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FPUPrecision
impl PartialEq for FPUPrecision
Source§fn eq(&self, other: &FPUPrecision) -> bool
fn eq(&self, other: &FPUPrecision) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FPUPrecision
impl Serialize for FPUPrecision
impl Copy for FPUPrecision
impl Eq for FPUPrecision
impl StructuralPartialEq for FPUPrecision
Auto Trait Implementations§
impl Freeze for FPUPrecision
impl RefUnwindSafe for FPUPrecision
impl Send for FPUPrecision
impl Sync for FPUPrecision
impl Unpin for FPUPrecision
impl UnsafeUnpin for FPUPrecision
impl UnwindSafe for FPUPrecision
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.