[][src]Type Definition lv2rs_atom::object::Object

type Object = ArrayAtomBody<ObjectHeader, u8>;

Object- or Map-style atom container.

See the module documentation for more information.

Methods

impl Object[src]

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

Create an iterator over all properties of the object.

This iterator is based on the ChunkIterator.

Trait Implementations

impl AtomBody for Object[src]

type InitializationParameter = (URID, URID)

The type of the parameter for initialize_body Read more