#[repr(C)]pub struct spa_audio_info_dsd {
pub bitorder: spa_param_bitorder,
pub flags: u32,
pub interleave: i32,
pub rate: u32,
pub channels: u32,
pub position: [u32; 64],
}
Fields§
§bitorder: spa_param_bitorder
§flags: u32
§interleave: i32
§rate: u32
§channels: u32
§position: [u32; 64]
Trait Implementations§
Source§impl Clone for spa_audio_info_dsd
impl Clone for spa_audio_info_dsd
Source§fn clone(&self) -> spa_audio_info_dsd
fn clone(&self) -> spa_audio_info_dsd
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 spa_audio_info_dsd
impl Debug for spa_audio_info_dsd
Source§impl PartialEq for spa_audio_info_dsd
impl PartialEq for spa_audio_info_dsd
impl Copy for spa_audio_info_dsd
impl Eq for spa_audio_info_dsd
impl StructuralPartialEq for spa_audio_info_dsd
Auto Trait Implementations§
impl Freeze for spa_audio_info_dsd
impl RefUnwindSafe for spa_audio_info_dsd
impl Send for spa_audio_info_dsd
impl Sync for spa_audio_info_dsd
impl Unpin for spa_audio_info_dsd
impl UnwindSafe for spa_audio_info_dsd
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