pub struct Envelope {
pub flags: EnvelopeFlags,
pub envelope_loop: Option<EnvelopeLoop>,
pub sustain_loop: Option<EnvelopeLoop>,
pub nodes: Vec<Node>,
}Fields§
§flags: EnvelopeFlagsEnvelope Flags
envelope_loop: Option<EnvelopeLoop>§sustain_loop: Option<EnvelopeLoop>§nodes: Vec<Node>Envelope Node Positions / Values
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Envelope
impl RefUnwindSafe for Envelope
impl Send for Envelope
impl Sync for Envelope
impl Unpin for Envelope
impl UnwindSafe for Envelope
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more