pub enum MicrophoneSimModel {
Off,
C414Xlii,
SM7B,
Rca44,
Tlm103,
U87,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MicrophoneSimModel
impl Clone for MicrophoneSimModel
Source§fn clone(&self) -> MicrophoneSimModel
fn clone(&self) -> MicrophoneSimModel
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 MicrophoneSimModel
impl Debug for MicrophoneSimModel
Source§impl Default for MicrophoneSimModel
impl Default for MicrophoneSimModel
Source§fn default() -> MicrophoneSimModel
fn default() -> MicrophoneSimModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MicrophoneSimModel
impl<'de> Deserialize<'de> for MicrophoneSimModel
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MicrophoneSimModel
impl PartialEq for MicrophoneSimModel
Source§impl Serialize for MicrophoneSimModel
impl Serialize for MicrophoneSimModel
impl Copy for MicrophoneSimModel
impl Eq for MicrophoneSimModel
impl StructuralPartialEq for MicrophoneSimModel
Auto Trait Implementations§
impl Freeze for MicrophoneSimModel
impl RefUnwindSafe for MicrophoneSimModel
impl Send for MicrophoneSimModel
impl Sync for MicrophoneSimModel
impl Unpin for MicrophoneSimModel
impl UnsafeUnpin for MicrophoneSimModel
impl UnwindSafe for MicrophoneSimModel
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