[][src]Trait c3d_rs::ParamValue

pub trait ParamValue: Debug + ParamClone {
    fn as_char(&self) -> Option<&char> { ... }
fn as_f32(&self) -> Option<&f32> { ... }
fn as_i16(&self) -> Option<&i16> { ... }
fn as_u8(&self) -> Option<&u8> { ... } }

Provided methods

fn as_char(&self) -> Option<&char>

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

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

fn as_u8(&self) -> Option<&u8>

Loading content...

Implementations on Foreign Types

impl ParamValue for char[src]

impl ParamValue for f32[src]

impl ParamValue for i16[src]

impl ParamValue for u8[src]

Loading content...

Implementors

Loading content...