pub struct EqualizerElementState {
pub band_states: Vec<EqualizerBandState>,
}
Fields§
§band_states: Vec<EqualizerBandState>
Trait Implementations§
Source§impl Clone for EqualizerElementState
impl Clone for EqualizerElementState
Source§fn clone(&self) -> EqualizerElementState
fn clone(&self) -> EqualizerElementState
Returns a copy of the value. Read more
1.0.0 · 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 EqualizerElementState
impl Debug for EqualizerElementState
Source§impl From<EqualizerElementState> for EqualizerElementState
impl From<EqualizerElementState> for EqualizerElementState
Source§fn from(value: EqualizerElementState) -> Self
fn from(value: EqualizerElementState) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EqualizerElementState
impl PartialEq for EqualizerElementState
impl StructuralPartialEq for EqualizerElementState
Auto Trait Implementations§
impl Freeze for EqualizerElementState
impl RefUnwindSafe for EqualizerElementState
impl Send for EqualizerElementState
impl Sync for EqualizerElementState
impl Unpin for EqualizerElementState
impl UnwindSafe for EqualizerElementState
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
)