pub struct RawStreamConfig {
pub sample_rate: u32,
pub audio_object_type: ProfileHint,
}Fields§
§sample_rate: u32§audio_object_type: ProfileHintTrait Implementations§
Source§impl Clone for RawStreamConfig
impl Clone for RawStreamConfig
Source§fn clone(&self) -> RawStreamConfig
fn clone(&self) -> RawStreamConfig
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 RawStreamConfig
impl Debug for RawStreamConfig
Source§impl PartialEq for RawStreamConfig
impl PartialEq for RawStreamConfig
impl Copy for RawStreamConfig
impl Eq for RawStreamConfig
impl StructuralPartialEq for RawStreamConfig
Auto Trait Implementations§
impl Freeze for RawStreamConfig
impl RefUnwindSafe for RawStreamConfig
impl Send for RawStreamConfig
impl Sync for RawStreamConfig
impl Unpin for RawStreamConfig
impl UnsafeUnpin for RawStreamConfig
impl UnwindSafe for RawStreamConfig
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