[][src]Struct swf_fixed::Sfixed16P16

pub struct Sfixed16P16 {
    pub epsilons: i32,
}

Fields

epsilons: i32

Methods

impl Sfixed16P16[src]

pub const ZERO: Self[src]

pub const ONE: Self[src]

pub const fn from_epsilons(epsilons: i32) -> Sfixed16P16[src]

pub fn from_value(value: f64) -> Sfixed16P16[src]

Trait Implementations

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

type Output = Sfixed16P16

The resulting type after applying the + operator.

impl Add<Sfixed16P16> for Sfixed16P16[src]

type Output = Sfixed16P16

The resulting type after applying the + operator.

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

impl AddAssign<Sfixed16P16> for Sfixed16P16[src]

impl Clone for Sfixed16P16[src]

impl Copy for Sfixed16P16[src]

impl Debug for Sfixed16P16[src]

impl Default for Sfixed16P16[src]

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

impl Eq for Sfixed16P16[src]

impl From<Sfixed16P16> for f64[src]

impl Hash for Sfixed16P16[src]

impl Ord for Sfixed16P16[src]

impl PartialEq<Sfixed16P16> for Sfixed16P16[src]

impl PartialOrd<Sfixed16P16> for Sfixed16P16[src]

impl Serialize for Sfixed16P16[src]

impl StructuralEq for Sfixed16P16[src]

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