#[repr(C)]pub struct EnvelopeState {
pub current: f32,
}Expand description
Internal state for an envelope follower.
Fields§
§current: f32Implementations§
Source§impl EnvelopeState
impl EnvelopeState
Auto Trait Implementations§
impl Freeze for EnvelopeState
impl RefUnwindSafe for EnvelopeState
impl Send for EnvelopeState
impl Sync for EnvelopeState
impl Unpin for EnvelopeState
impl UnsafeUnpin for EnvelopeState
impl UnwindSafe for EnvelopeState
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