pub struct DaiFormatSet {
pub number_of_channels: Vec<u32>,
pub sample_formats: Vec<DaiSampleFormat>,
pub frame_formats: Vec<DaiFrameFormat>,
pub frame_rates: Vec<u32>,
pub bits_per_slot: Vec<u8>,
pub bits_per_sample: Vec<u8>,
}
Fields§
§number_of_channels: Vec<u32>
§sample_formats: Vec<DaiSampleFormat>
§frame_formats: Vec<DaiFrameFormat>
§frame_rates: Vec<u32>
§bits_per_slot: Vec<u8>
§bits_per_sample: Vec<u8>
Trait Implementations§
Source§impl Clone for DaiFormatSet
impl Clone for DaiFormatSet
Source§fn clone(&self) -> DaiFormatSet
fn clone(&self) -> DaiFormatSet
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 DaiFormatSet
impl Debug for DaiFormatSet
Source§impl Default for DaiFormatSet
impl Default for DaiFormatSet
Source§fn default() -> DaiFormatSet
fn default() -> DaiFormatSet
Returns the “default value” for a type. Read more
Source§impl From<DaiFormatSet> for DaiSupportedFormats
impl From<DaiFormatSet> for DaiSupportedFormats
Source§fn from(value: DaiFormatSet) -> Self
fn from(value: DaiFormatSet) -> Self
Converts to this type from the input type.
Source§impl From<DaiSupportedFormats> for DaiFormatSet
impl From<DaiSupportedFormats> for DaiFormatSet
Source§fn from(value: DaiSupportedFormats) -> Self
fn from(value: DaiSupportedFormats) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DaiFormatSet
impl PartialEq for DaiFormatSet
impl StructuralPartialEq for DaiFormatSet
Auto Trait Implementations§
impl Freeze for DaiFormatSet
impl RefUnwindSafe for DaiFormatSet
impl Send for DaiFormatSet
impl Sync for DaiFormatSet
impl Unpin for DaiFormatSet
impl UnwindSafe for DaiFormatSet
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
)