pub struct ImpulseEnvelope { /* private fields */ }Expand description
flags and node values are interpreted differently depending on the type of envelope. doesn’t affect loading
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImpulseEnvelope
impl RefUnwindSafe for ImpulseEnvelope
impl Send for ImpulseEnvelope
impl Sync for ImpulseEnvelope
impl Unpin for ImpulseEnvelope
impl UnwindSafe for ImpulseEnvelope
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