Struct libspa_sys::spa_audio_info_raw
source · #[repr(C)]pub struct spa_audio_info_raw {
pub format: spa_audio_format,
pub flags: u32,
pub rate: u32,
pub channels: u32,
pub position: [u32; 64],
}
Expand description
Audio information description
Fields§
§format: spa_audio_format
§flags: u32
§rate: u32
§channels: u32
§position: [u32; 64]
Trait Implementations§
source§impl Clone for spa_audio_info_raw
impl Clone for spa_audio_info_raw
source§fn clone(&self) -> spa_audio_info_raw
fn clone(&self) -> spa_audio_info_raw
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 spa_audio_info_raw
impl Debug for spa_audio_info_raw
source§impl PartialEq for spa_audio_info_raw
impl PartialEq for spa_audio_info_raw
source§fn eq(&self, other: &spa_audio_info_raw) -> bool
fn eq(&self, other: &spa_audio_info_raw) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for spa_audio_info_raw
impl Eq for spa_audio_info_raw
impl StructuralPartialEq for spa_audio_info_raw
Auto Trait Implementations§
impl RefUnwindSafe for spa_audio_info_raw
impl Send for spa_audio_info_raw
impl Sync for spa_audio_info_raw
impl Unpin for spa_audio_info_raw
impl UnwindSafe for spa_audio_info_raw
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