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