pub enum SampleRateFamily {
F44100,
F48000,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SampleRateFamily
impl Clone for SampleRateFamily
Source§fn clone(&self) -> SampleRateFamily
fn clone(&self) -> SampleRateFamily
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 moreimpl Copy for SampleRateFamily
Source§impl Debug for SampleRateFamily
impl Debug for SampleRateFamily
impl Eq for SampleRateFamily
Source§impl PartialEq for SampleRateFamily
impl PartialEq for SampleRateFamily
Source§fn eq(&self, other: &SampleRateFamily) -> bool
fn eq(&self, other: &SampleRateFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SampleRateFamily
Auto Trait Implementations§
impl Freeze for SampleRateFamily
impl RefUnwindSafe for SampleRateFamily
impl Send for SampleRateFamily
impl Sync for SampleRateFamily
impl Unpin for SampleRateFamily
impl UnsafeUnpin for SampleRateFamily
impl UnwindSafe for SampleRateFamily
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