pub struct GainRange {
pub min: f32,
pub max: f32,
pub min_step: f32,
}
Fields§
§min: f32
§max: f32
§min_step: f32
Trait Implementations§
impl Copy for GainRange
impl StructuralPartialEq for GainRange
Auto Trait Implementations§
impl Freeze for GainRange
impl RefUnwindSafe for GainRange
impl Send for GainRange
impl Sync for GainRange
impl Unpin for GainRange
impl UnwindSafe for GainRange
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)