pub struct RawEnvelope { /* private fields */ }Expand description
A raw envelope for more precise control of channel levels.
It consists of a data field - which is an array of u8 values with length 4096,
and a length given in beats.
Trait Implementations§
Source§impl Clone for RawEnvelope
impl Clone for RawEnvelope
Source§fn clone(&self) -> RawEnvelope
fn clone(&self) -> RawEnvelope
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RawEnvelope
impl Debug for RawEnvelope
impl Copy for RawEnvelope
Auto Trait Implementations§
impl Freeze for RawEnvelope
impl RefUnwindSafe for RawEnvelope
impl Send for RawEnvelope
impl Sync for RawEnvelope
impl Unpin for RawEnvelope
impl UnwindSafe for RawEnvelope
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