#[repr(C)]pub struct obs_audio_info2 {
pub samples_per_sec: u32,
pub speakers: speaker_layout,
pub max_buffering_ms: u32,
pub fixed_buffering: bool,
}Fields§
§samples_per_sec: u32§speakers: speaker_layout§max_buffering_ms: u32§fixed_buffering: boolTrait Implementations§
Source§impl Clone for obs_audio_info2
impl Clone for obs_audio_info2
Source§fn clone(&self) -> obs_audio_info2
fn clone(&self) -> obs_audio_info2
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 obs_audio_info2
impl Debug for obs_audio_info2
impl Copy for obs_audio_info2
Auto Trait Implementations§
impl Freeze for obs_audio_info2
impl RefUnwindSafe for obs_audio_info2
impl Send for obs_audio_info2
impl Sync for obs_audio_info2
impl Unpin for obs_audio_info2
impl UnwindSafe for obs_audio_info2
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