pub struct PcmFormatSet {
pub channel_sets: Vec<ChannelSet>,
pub sample_types: Vec<SampleType>,
pub frame_rates: Vec<u32>,
}
Fields§
§channel_sets: Vec<ChannelSet>
§sample_types: Vec<SampleType>
§frame_rates: Vec<u32>
Implementations§
Trait Implementations§
Source§impl Clone for PcmFormatSet
impl Clone for PcmFormatSet
Source§fn clone(&self) -> PcmFormatSet
fn clone(&self) -> PcmFormatSet
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 PcmFormatSet
impl Debug for PcmFormatSet
Source§impl Default for PcmFormatSet
impl Default for PcmFormatSet
Source§fn default() -> PcmFormatSet
fn default() -> PcmFormatSet
Returns the “default value” for a type. Read more
Source§impl From<PcmFormatSet> for PcmSupportedFormats
impl From<PcmFormatSet> for PcmSupportedFormats
Source§fn from(value: PcmFormatSet) -> Self
fn from(value: PcmFormatSet) -> Self
Converts to this type from the input type.
Source§impl From<PcmFormatSet> for SupportedFormats
impl From<PcmFormatSet> for SupportedFormats
Source§fn from(value: PcmFormatSet) -> Self
fn from(value: PcmFormatSet) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PcmFormatSet
impl PartialEq for PcmFormatSet
Source§impl TryFrom<PcmFormatSet> for PcmFormatSet
impl TryFrom<PcmFormatSet> for PcmFormatSet
Source§impl TryFrom<PcmSupportedFormats> for PcmFormatSet
impl TryFrom<PcmSupportedFormats> for PcmFormatSet
Source§impl TryFrom<SupportedFormats> for PcmFormatSet
impl TryFrom<SupportedFormats> for PcmFormatSet
impl StructuralPartialEq for PcmFormatSet
Auto Trait Implementations§
impl Freeze for PcmFormatSet
impl RefUnwindSafe for PcmFormatSet
impl Send for PcmFormatSet
impl Sync for PcmFormatSet
impl Unpin for PcmFormatSet
impl UnwindSafe for PcmFormatSet
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
)