pub struct F64Surrogate(/* private fields */);Implementations§
Source§impl F64Surrogate
impl F64Surrogate
pub fn eq(&self, rhs: &F64Surrogate) -> BoolSurrogate
Source§impl F64Surrogate
impl F64Surrogate
pub fn ne(&self, rhs: &F64Surrogate) -> BoolSurrogate
Source§impl F64Surrogate
impl F64Surrogate
pub fn gt(&self, rhs: &F64Surrogate) -> BoolSurrogate
Source§impl F64Surrogate
impl F64Surrogate
pub fn lt(&self, rhs: &F64Surrogate) -> BoolSurrogate
Source§impl F64Surrogate
impl F64Surrogate
pub fn ge(&self, rhs: &F64Surrogate) -> BoolSurrogate
Source§impl F64Surrogate
impl F64Surrogate
pub fn le(&self, rhs: &F64Surrogate) -> BoolSurrogate
Trait Implementations§
Source§impl Add for F64Surrogate
impl Add for F64Surrogate
Source§type Output = F64Surrogate
type Output = F64Surrogate
The resulting type after applying the
+ operator.Source§fn add(self, rhs: F64Surrogate) -> F64Surrogate
fn add(self, rhs: F64Surrogate) -> F64Surrogate
Performs the
+ operation. Read moreSource§impl Clone for F64Surrogate
impl Clone for F64Surrogate
Source§fn clone(&self) -> F64Surrogate
fn clone(&self) -> F64Surrogate
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 moreimpl Copy for F64Surrogate
Source§impl Debug for F64Surrogate
impl Debug for F64Surrogate
Source§impl<'de> Deserialize<'de> for F64Surrogate
impl<'de> Deserialize<'de> for F64Surrogate
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 Display for F64Surrogate
impl Display for F64Surrogate
Source§impl Div for F64Surrogate
impl Div for F64Surrogate
Source§type Output = F64Surrogate
type Output = F64Surrogate
The resulting type after applying the
/ operator.Source§fn div(self, rhs: F64Surrogate) -> F64Surrogate
fn div(self, rhs: F64Surrogate) -> F64Surrogate
Performs the
/ operation. Read moreSource§impl Mul for F64Surrogate
impl Mul for F64Surrogate
Source§type Output = F64Surrogate
type Output = F64Surrogate
The resulting type after applying the
* operator.Source§fn mul(self, rhs: F64Surrogate) -> F64Surrogate
fn mul(self, rhs: F64Surrogate) -> F64Surrogate
Performs the
* operation. Read moreSource§impl Neg for F64Surrogate
impl Neg for F64Surrogate
Source§type Output = F64Surrogate
type Output = F64Surrogate
The resulting type after applying the
- operator.Source§fn neg(self) -> F64Surrogate
fn neg(self) -> F64Surrogate
Performs the unary
- operation. Read moreSource§impl RefCast for F64Surrogate
impl RefCast for F64Surrogate
Source§impl Serialize for F64Surrogate
impl Serialize for F64Surrogate
Source§impl Sub for F64Surrogate
impl Sub for F64Surrogate
Source§type Output = F64Surrogate
type Output = F64Surrogate
The resulting type after applying the
- operator.Source§fn sub(self, rhs: F64Surrogate) -> F64Surrogate
fn sub(self, rhs: F64Surrogate) -> F64Surrogate
Performs the
- operation. Read moreSource§impl<'__lifetime> Surrogate for &'__lifetime F64Surrogate
impl<'__lifetime> Surrogate for &'__lifetime F64Surrogate
Auto Trait Implementations§
impl Freeze for F64Surrogate
impl RefUnwindSafe for F64Surrogate
impl Send for F64Surrogate
impl Sync for F64Surrogate
impl Unpin for F64Surrogate
impl UnsafeUnpin for F64Surrogate
impl UnwindSafe for F64Surrogate
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