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