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