[][src]Trait c3d_rs::DataValue

pub trait DataValue: Debug + DataClone {
    fn as_f32(&self) -> Option<&f32> { ... }
fn as_i16(&self) -> Option<&i16> { ... } }

Provided methods

fn as_f32(&self) -> Option<&f32>

fn as_i16(&self) -> Option<&i16>

Loading content...

Implementations on Foreign Types

impl DataValue for f32[src]

impl DataValue for i16[src]

Loading content...

Implementors

Loading content...