pub struct RecordingOptions {
pub sample_rate_hz: u32,
pub stereo: bool,
}Fields§
§sample_rate_hz: u32§stereo: boolTrait Implementations§
Source§impl Clone for RecordingOptions
impl Clone for RecordingOptions
Source§fn clone(&self) -> RecordingOptions
fn clone(&self) -> RecordingOptions
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 RecordingOptions
impl Debug for RecordingOptions
Source§impl Default for RecordingOptions
impl Default for RecordingOptions
Source§impl PartialEq for RecordingOptions
impl PartialEq for RecordingOptions
Source§fn eq(&self, other: &RecordingOptions) -> bool
fn eq(&self, other: &RecordingOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RecordingOptions
impl Eq for RecordingOptions
impl StructuralPartialEq for RecordingOptions
Auto Trait Implementations§
impl Freeze for RecordingOptions
impl RefUnwindSafe for RecordingOptions
impl Send for RecordingOptions
impl Sync for RecordingOptions
impl Unpin for RecordingOptions
impl UnsafeUnpin for RecordingOptions
impl UnwindSafe for RecordingOptions
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