[][src]Struct softposit::p8e0::Q8E0

pub struct Q8E0(_);

Methods

impl Q8E0[src]

pub fn fdp_add(self, p_a: P8E0, p_b: P8E0) -> Self[src]

pub fn fdp_sub(self, p_a: P8E0, p_b: P8E0) -> Self[src]

impl Q8E0[src]

pub const fn new(i: i32) -> Self[src]

pub fn from_bits(v: u32) -> Self[src]

pub fn to_bits(self) -> u32[src]

pub fn is_zero(self) -> bool[src]

pub fn is_nan(self) -> bool[src]

Trait Implementations

impl Copy for Q8E0[src]

impl From<Q8E0> for P8E0[src]

impl Clone for Q8E0[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Q8E0

impl Sync for Q8E0

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.