[][src]Trait lv2rs_atom::scalar::ScalarAtomBody

pub trait ScalarAtomBody {
    fn get_uri() -> &'static CStr;
}

Abstraction over scalar (number-like) atoms.

See the module documentation for more information.

Required methods

fn get_uri() -> &'static CStr

Loading content...

Implementations on Foreign Types

impl ScalarAtomBody for i32[src]

impl ScalarAtomBody for i64[src]

impl ScalarAtomBody for f32[src]

impl ScalarAtomBody for f64[src]

impl ScalarAtomBody for bool[src]

Loading content...

Implementors

impl ScalarAtomBody for URID[src]

Loading content...