#[repr(C)]pub struct SLAudioCodecProfileMode_ {
pub profileSetting: SLuint32,
pub modeSetting: SLuint32,
}Fields§
§profileSetting: SLuint32§modeSetting: SLuint32Trait Implementations§
Source§impl Clone for SLAudioCodecProfileMode_
impl Clone for SLAudioCodecProfileMode_
Source§fn clone(&self) -> SLAudioCodecProfileMode_
fn clone(&self) -> SLAudioCodecProfileMode_
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 SLAudioCodecProfileMode_
impl Debug for SLAudioCodecProfileMode_
impl Copy for SLAudioCodecProfileMode_
Auto Trait Implementations§
impl Freeze for SLAudioCodecProfileMode_
impl RefUnwindSafe for SLAudioCodecProfileMode_
impl Send for SLAudioCodecProfileMode_
impl Sync for SLAudioCodecProfileMode_
impl Unpin for SLAudioCodecProfileMode_
impl UnwindSafe for SLAudioCodecProfileMode_
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