Struct lv2_raw::atom::LV2AtomSequence [] [src]

#[repr(C)]
pub struct LV2AtomSequence { pub atom: LV2Atom, pub body: LV2AtomSequenceBody, }

An atom:Sequence.

Fields

< Atom header.

< Body.

Methods

impl LV2AtomSequence
[src]

Trait Implementations

impl<'a> IntoIterator for &'a LV2AtomSequence
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more