[][src]Type Definition lv2rs_atom::tuple::Tuple

type Tuple = ArrayAtomBody<(), u8>;

Heterogenous array of sized and unsized atoms.

See the module documentation for more information.

Methods

impl Tuple[src]

pub fn iter(&self) -> impl Iterator<Item = &Atom>[src]

Create an iterator over all properties of the object.

This iterator is based on the AtomIterator.

Trait Implementations

impl AtomBody for Tuple[src]

type InitializationParameter = ()

The type of the parameter for initialize_body Read more