pub struct SadSampleRates {
pub has_192_khz: bool,
pub has_176_4_khz: bool,
pub has_96_khz: bool,
pub has_88_2_khz: bool,
pub has_48_khz: bool,
pub has_44_1_khz: bool,
pub has_32_khz: bool,
}Fields§
§has_192_khz: bool§has_176_4_khz: bool§has_96_khz: bool§has_88_2_khz: bool§has_48_khz: bool§has_44_1_khz: bool§has_32_khz: boolTrait Implementations§
Source§impl Clone for SadSampleRates
impl Clone for SadSampleRates
Source§fn clone(&self) -> SadSampleRates
fn clone(&self) -> SadSampleRates
Returns a duplicate 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 SadSampleRates
impl Debug for SadSampleRates
Source§impl From<di_cta_sad_sample_rates> for SadSampleRates
impl From<di_cta_sad_sample_rates> for SadSampleRates
Source§fn from(value: di_cta_sad_sample_rates) -> SadSampleRates
fn from(value: di_cta_sad_sample_rates) -> SadSampleRates
Converts to this type from the input type.
impl Copy for SadSampleRates
Auto Trait Implementations§
impl Freeze for SadSampleRates
impl RefUnwindSafe for SadSampleRates
impl Send for SadSampleRates
impl Sync for SadSampleRates
impl Unpin for SadSampleRates
impl UnwindSafe for SadSampleRates
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