rend

Struct f64_be

source
#[repr(C, align(8))]
pub struct f64_be(/* private fields */);
Expand description

A big-endian f64 with a guaranteed size and alignment of 8.

Implementations§

source§

impl f64_be

source

pub const fn from_native(value: f64) -> Self

Returns a f64_be containing value.

source

pub const fn to_native(self) -> f64

Returns a f64 with the same value as self.

Trait Implementations§

source§

impl Add<&f64> for &f64_be

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f64> for f64_be

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f64_be> for &f64

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &f64_be) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &f64_be) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f64_be> for f64

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &f64_be) -> Self::Output

Performs the + operation. Read more
source§

impl Add<&f64_be> for f64_be

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: &f64_be) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f64> for &f64_be

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f64> for f64_be

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: f64) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f64_be> for &f64

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: f64_be) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: f64_be) -> Self::Output

Performs the + operation. Read more
source§

impl Add<f64_be> for f64

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: f64_be) -> Self::Output

Performs the + operation. Read more
source§

impl Add for f64_be

source§

type Output = f64

The resulting type after applying the + operator.
source§

fn add(self, other: f64_be) -> Self::Output

Performs the + operation. Read more
source§

impl AddAssign<&f64> for f64_be

source§

fn add_assign(&mut self, other: &f64)

Performs the += operation. Read more
source§

impl AddAssign<&f64_be> for f64_be

source§

fn add_assign(&mut self, other: &f64_be)

Performs the += operation. Read more
source§

impl AddAssign<f64> for f64_be

source§

fn add_assign(&mut self, other: f64)

Performs the += operation. Read more
source§

impl AddAssign for f64_be

source§

fn add_assign(&mut self, other: f64_be)

Performs the += operation. Read more
source§

impl Clone for f64_be

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for f64_be

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for f64_be

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl Display for f64_be

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Div<&f64> for &f64_be

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64> for f64_be

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64_be> for &f64

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &f64_be) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &f64_be) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64_be> for f64

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &f64_be) -> Self::Output

Performs the / operation. Read more
source§

impl Div<&f64_be> for f64_be

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: &f64_be) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for &f64_be

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64> for f64_be

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: f64) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64_be> for &f64

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: f64_be) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: f64_be) -> Self::Output

Performs the / operation. Read more
source§

impl Div<f64_be> for f64

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: f64_be) -> Self::Output

Performs the / operation. Read more
source§

impl Div for f64_be

source§

type Output = f64

The resulting type after applying the / operator.
source§

fn div(self, other: f64_be) -> Self::Output

Performs the / operation. Read more
source§

impl DivAssign<&f64> for f64_be

source§

fn div_assign(&mut self, other: &f64)

Performs the /= operation. Read more
source§

impl DivAssign<&f64_be> for f64_be

source§

fn div_assign(&mut self, other: &f64_be)

Performs the /= operation. Read more
source§

impl DivAssign<f64> for f64_be

source§

fn div_assign(&mut self, other: f64)

Performs the /= operation. Read more
source§

impl DivAssign for f64_be

source§

fn div_assign(&mut self, other: f64_be)

Performs the /= operation. Read more
source§

impl<'a> From<&'a f64> for f64_be

source§

fn from(value: &'a f64) -> Self

Converts to this type from the input type.
source§

impl<'a> From<&'a f64_be> for f64

source§

fn from(value: &'a f64_be) -> Self

Converts to this type from the input type.
source§

impl From<f64> for f64_be

source§

fn from(value: f64) -> Self

Converts to this type from the input type.
source§

impl From<f64_be> for f64

source§

fn from(value: f64_be) -> Self

Converts to this type from the input type.
source§

impl LowerExp for f64_be

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Mul<&f64> for &f64_be

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f64> for f64_be

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f64_be> for &f64

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &f64_be) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &f64_be) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f64_be> for f64

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &f64_be) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<&f64_be> for f64_be

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: &f64_be) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64> for &f64_be

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64> for f64_be

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: f64) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64_be> for &f64

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: f64_be) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: f64_be) -> Self::Output

Performs the * operation. Read more
source§

impl Mul<f64_be> for f64

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: f64_be) -> Self::Output

Performs the * operation. Read more
source§

impl Mul for f64_be

source§

type Output = f64

The resulting type after applying the * operator.
source§

fn mul(self, other: f64_be) -> Self::Output

Performs the * operation. Read more
source§

impl MulAssign<&f64> for f64_be

source§

fn mul_assign(&mut self, other: &f64)

Performs the *= operation. Read more
source§

impl MulAssign<&f64_be> for f64_be

source§

fn mul_assign(&mut self, other: &f64_be)

Performs the *= operation. Read more
source§

impl MulAssign<f64> for f64_be

source§

fn mul_assign(&mut self, other: f64)

Performs the *= operation. Read more
source§

impl MulAssign for f64_be

source§

fn mul_assign(&mut self, other: f64_be)

Performs the *= operation. Read more
source§

impl Neg for f64_be

source§

type Output = <f64 as Neg>::Output

The resulting type after applying the - operator.
source§

fn neg(self) -> Self::Output

Performs the unary - operation. Read more
source§

impl PartialEq<f64> for f64_be

source§

fn eq(&self, other: &f64) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq<f64_be> for f64

source§

fn eq(&self, other: &f64_be) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialEq for f64_be

source§

fn eq(&self, other: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<f64> for f64_be

source§

fn partial_cmp(&self, other: &f64) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl PartialOrd for f64_be

source§

fn partial_cmp(&self, other: &Self) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Product for f64_be

source§

fn product<I: Iterator<Item = Self>>(iter: I) -> Self

Takes an iterator and generates Self from the elements by multiplying the items.
source§

impl Rem<&f64> for &f64_be

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &f64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f64> for f64_be

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &f64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f64_be> for &f64

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &f64_be) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &f64_be) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f64_be> for f64

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &f64_be) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<&f64_be> for f64_be

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: &f64_be) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f64> for &f64_be

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: f64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f64> for f64_be

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: f64) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f64_be> for &f64

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: f64_be) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: f64_be) -> Self::Output

Performs the % operation. Read more
source§

impl Rem<f64_be> for f64

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: f64_be) -> Self::Output

Performs the % operation. Read more
source§

impl Rem for f64_be

source§

type Output = f64

The resulting type after applying the % operator.
source§

fn rem(self, other: f64_be) -> Self::Output

Performs the % operation. Read more
source§

impl RemAssign<&f64> for f64_be

source§

fn rem_assign(&mut self, other: &f64)

Performs the %= operation. Read more
source§

impl RemAssign<&f64_be> for f64_be

source§

fn rem_assign(&mut self, other: &f64_be)

Performs the %= operation. Read more
source§

impl RemAssign<f64> for f64_be

source§

fn rem_assign(&mut self, other: f64)

Performs the %= operation. Read more
source§

impl RemAssign for f64_be

source§

fn rem_assign(&mut self, other: f64_be)

Performs the %= operation. Read more
source§

impl Sub<&f64> for &f64_be

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f64> for f64_be

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f64_be> for &f64

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &f64_be) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &f64_be) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f64_be> for f64

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &f64_be) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<&f64_be> for f64_be

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: &f64_be) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f64> for &f64_be

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f64> for f64_be

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: f64) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f64_be> for &f64

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: f64_be) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f64_be> for &f64_be

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: f64_be) -> Self::Output

Performs the - operation. Read more
source§

impl Sub<f64_be> for f64

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: f64_be) -> Self::Output

Performs the - operation. Read more
source§

impl Sub for f64_be

source§

type Output = f64

The resulting type after applying the - operator.
source§

fn sub(self, other: f64_be) -> Self::Output

Performs the - operation. Read more
source§

impl SubAssign<&f64> for f64_be

source§

fn sub_assign(&mut self, other: &f64)

Performs the -= operation. Read more
source§

impl SubAssign<&f64_be> for f64_be

source§

fn sub_assign(&mut self, other: &f64_be)

Performs the -= operation. Read more
source§

impl SubAssign<f64> for f64_be

source§

fn sub_assign(&mut self, other: f64)

Performs the -= operation. Read more
source§

impl SubAssign for f64_be

source§

fn sub_assign(&mut self, other: f64_be)

Performs the -= operation. Read more
source§

impl Sum for f64_be

source§

fn sum<I: Iterator<Item = Self>>(iter: I) -> Self

Takes an iterator and generates Self from the elements by “summing up” the items.
source§

impl UpperExp for f64_be

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for f64_be

source§

impl Eq for f64_be

Auto Trait Implementations§

§

impl Freeze for f64_be

§

impl RefUnwindSafe for f64_be

§

impl Send for f64_be

§

impl Sync for f64_be

§

impl Unpin for f64_be

§

impl UnwindSafe for f64_be

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> CloneToUninit for T
where T: Clone,

source§

unsafe fn clone_to_uninit(&self, dst: *mut T)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.