[][src]Struct swf_fixed::Ufixed8P8

pub struct Ufixed8P8 {
    pub epsilons: u16,
}

Fields

epsilons: u16

Methods

impl Ufixed8P8[src]

pub const ZERO: Self[src]

pub const ONE: Self[src]

pub const fn from_epsilons(epsilons: u16) -> Ufixed8P8[src]

pub fn from_value(value: f32) -> Ufixed8P8[src]

Trait Implementations

impl<'a, 'b> Add<&'b Ufixed8P8> for &'a Ufixed8P8[src]

type Output = Ufixed8P8

The resulting type after applying the + operator.

impl Add<Ufixed8P8> for Ufixed8P8[src]

type Output = Ufixed8P8

The resulting type after applying the + operator.

impl<'a> AddAssign<&'a Ufixed8P8> for Ufixed8P8[src]

impl AddAssign<Ufixed8P8> for Ufixed8P8[src]

impl Clone for Ufixed8P8[src]

impl Copy for Ufixed8P8[src]

impl Debug for Ufixed8P8[src]

impl Default for Ufixed8P8[src]

impl<'a> Deserialize<'a> for Ufixed8P8[src]

impl Eq for Ufixed8P8[src]

impl From<Ufixed8P8> for f32[src]

impl Hash for Ufixed8P8[src]

impl Ord for Ufixed8P8[src]

impl PartialEq<Ufixed8P8> for Ufixed8P8[src]

impl PartialOrd<Ufixed8P8> for Ufixed8P8[src]

impl Serialize for Ufixed8P8[src]

impl StructuralEq for Ufixed8P8[src]

impl StructuralPartialEq for Ufixed8P8[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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> 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.