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