pub struct Release;
Trait Implementations§
Source§impl ReadableParameterIndex<f32> for Release
impl ReadableParameterIndex<f32> for Release
Source§impl WritableParameterIndex<f32> for Release
impl WritableParameterIndex<f32> for Release
impl Copy for Release
Auto Trait Implementations§
impl Freeze for Release
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin for Release
impl UnwindSafe for Release
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