Struct rust_chain::structs::Float128
source · [−]Expand description
Fields
data: [u8; 16]
Implementations
Trait Implementations
sourceimpl From<Float128> for SecondaryValue
impl From<Float128> for SecondaryValue
sourceimpl From<SecondaryValue> for Float128
impl From<SecondaryValue> for Float128
sourcefn from(value: SecondaryValue) -> Self
fn from(value: SecondaryValue) -> Self
Converts to this type from the input type.
impl Copy for Float128
impl Eq for Float128
impl StructuralEq for Float128
impl StructuralPartialEq for Float128
Auto Trait Implementations
impl RefUnwindSafe for Float128
impl Send for Float128
impl Sync for Float128
impl Unpin for Float128
impl UnwindSafe for Float128
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.