[][src]Struct swf_fixed::Sfixed8P8

pub struct Sfixed8P8 {
    pub epsilons: i16,
}

Fields

epsilons: i16

Methods

impl Sfixed8P8[src]

pub const ZERO: Self[src]

pub const ONE: Self[src]

pub const fn from_epsilons(epsilons: i16) -> Sfixed8P8[src]

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

Trait Implementations

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

type Output = Sfixed8P8

The resulting type after applying the + operator.

impl Add<Sfixed8P8> for Sfixed8P8[src]

type Output = Sfixed8P8

The resulting type after applying the + operator.

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

impl AddAssign<Sfixed8P8> for Sfixed8P8[src]

impl Clone for Sfixed8P8[src]

impl Copy for Sfixed8P8[src]

impl Debug for Sfixed8P8[src]

impl Default for Sfixed8P8[src]

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

impl Eq for Sfixed8P8[src]

impl From<Sfixed8P8> for f32[src]

impl Hash for Sfixed8P8[src]

impl Ord for Sfixed8P8[src]

impl PartialEq<Sfixed8P8> for Sfixed8P8[src]

impl PartialOrd<Sfixed8P8> for Sfixed8P8[src]

impl Serialize for Sfixed8P8[src]

impl StructuralEq for Sfixed8P8[src]

impl StructuralPartialEq for Sfixed8P8[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.