#[repr(C)]pub struct switch_audio_codec_settings {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Source§impl Clone for switch_audio_codec_settings
impl Clone for switch_audio_codec_settings
Source§fn clone(&self) -> switch_audio_codec_settings
fn clone(&self) -> switch_audio_codec_settings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 switch_audio_codec_settings
impl Debug for switch_audio_codec_settings
Source§impl Default for switch_audio_codec_settings
impl Default for switch_audio_codec_settings
Source§fn default() -> switch_audio_codec_settings
fn default() -> switch_audio_codec_settings
Returns the “default value” for a type. Read more
impl Copy for switch_audio_codec_settings
Auto Trait Implementations§
impl Freeze for switch_audio_codec_settings
impl RefUnwindSafe for switch_audio_codec_settings
impl Send for switch_audio_codec_settings
impl Sync for switch_audio_codec_settings
impl Unpin for switch_audio_codec_settings
impl UnsafeUnpin for switch_audio_codec_settings
impl UnwindSafe for switch_audio_codec_settings
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