pub struct EqualizerPreset {
pub name: &'static str,
pub bands: &'static [f32; 10],
}Fields§
§name: &'static str§bands: &'static [f32; 10]Trait Implementations§
Source§impl Clone for EqualizerPreset
impl Clone for EqualizerPreset
Source§fn clone(&self) -> EqualizerPreset
fn clone(&self) -> EqualizerPreset
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EqualizerPreset
impl Debug for EqualizerPreset
Source§impl PartialEq for EqualizerPreset
impl PartialEq for EqualizerPreset
impl StructuralPartialEq for EqualizerPreset
Auto Trait Implementations§
impl Freeze for EqualizerPreset
impl RefUnwindSafe for EqualizerPreset
impl Send for EqualizerPreset
impl Sync for EqualizerPreset
impl Unpin for EqualizerPreset
impl UnsafeUnpin for EqualizerPreset
impl UnwindSafe for EqualizerPreset
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