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