[][src]Trait swf_types::float_is::Is

pub trait Is {
    fn is(&self, other: &Self) -> bool;
}

Required methods

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

Loading content...

Implementations on Foreign Types

impl Is for f32[src]

impl Is for f64[src]

impl<T: Is> Is for Vec<T>[src]

impl Is for [f32; 20][src]

Loading content...

Implementors

Loading content...