Enum crabgrab::frame::AudioChannelCount
source · pub enum AudioChannelCount {
Mono,
Stereo,
}
Expand description
The number of audio channels to capture
Variants§
Trait Implementations§
source§impl Clone for AudioChannelCount
impl Clone for AudioChannelCount
source§fn clone(&self) -> AudioChannelCount
fn clone(&self) -> AudioChannelCount
Returns a copy 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 AudioChannelCount
impl Debug for AudioChannelCount
impl Copy for AudioChannelCount
Auto Trait Implementations§
impl Freeze for AudioChannelCount
impl RefUnwindSafe for AudioChannelCount
impl Send for AudioChannelCount
impl Sync for AudioChannelCount
impl Unpin for AudioChannelCount
impl UnwindSafe for AudioChannelCount
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