pub enum AudioPortType {
Mono,
Stereo,
Surround,
Ambisonic,
}Variants§
Trait Implementations§
Source§impl Clone for AudioPortType
impl Clone for AudioPortType
Source§fn clone(&self) -> AudioPortType
fn clone(&self) -> AudioPortType
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 AudioPortType
impl Debug for AudioPortType
Source§impl PartialEq for AudioPortType
impl PartialEq for AudioPortType
Source§impl TryFrom<&str> for AudioPortType
impl TryFrom<&str> for AudioPortType
impl Copy for AudioPortType
impl StructuralPartialEq for AudioPortType
Auto Trait Implementations§
impl Freeze for AudioPortType
impl RefUnwindSafe for AudioPortType
impl Send for AudioPortType
impl Sync for AudioPortType
impl Unpin for AudioPortType
impl UnwindSafe for AudioPortType
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