pub struct EqualizerBand {
pub id: u64,
}
Fields§
§id: u64
Trait Implementations§
Source§impl Clone for EqualizerBand
impl Clone for EqualizerBand
Source§fn clone(&self) -> EqualizerBand
fn clone(&self) -> EqualizerBand
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 EqualizerBand
impl Debug for EqualizerBand
Source§impl From<EqualizerBand> for EqualizerBand
impl From<EqualizerBand> for EqualizerBand
Source§fn from(value: EqualizerBand) -> Self
fn from(value: EqualizerBand) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EqualizerBand
impl PartialEq for EqualizerBand
Source§impl TryFrom<EqualizerBand> for EqualizerBand
impl TryFrom<EqualizerBand> for EqualizerBand
impl Copy for EqualizerBand
impl Eq for EqualizerBand
impl StructuralPartialEq for EqualizerBand
Auto Trait Implementations§
impl Freeze for EqualizerBand
impl RefUnwindSafe for EqualizerBand
impl Send for EqualizerBand
impl Sync for EqualizerBand
impl Unpin for EqualizerBand
impl UnwindSafe for EqualizerBand
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
)