pub enum RecordingFormatTrue {
WavSemicolonL16,
Mp3,
}
Expand description
This determines the format of the recording. Defaults to wav;l16
. @default ‘wav;l16’
Variants§
Trait Implementations§
Source§impl Clone for RecordingFormatTrue
impl Clone for RecordingFormatTrue
Source§fn clone(&self) -> RecordingFormatTrue
fn clone(&self) -> RecordingFormatTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RecordingFormatTrue
impl Debug for RecordingFormatTrue
Source§impl Default for RecordingFormatTrue
impl Default for RecordingFormatTrue
Source§fn default() -> RecordingFormatTrue
fn default() -> RecordingFormatTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecordingFormatTrue
impl<'de> Deserialize<'de> for RecordingFormatTrue
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 Hash for RecordingFormatTrue
impl Hash for RecordingFormatTrue
Source§impl Ord for RecordingFormatTrue
impl Ord for RecordingFormatTrue
Source§fn cmp(&self, other: &RecordingFormatTrue) -> Ordering
fn cmp(&self, other: &RecordingFormatTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RecordingFormatTrue
impl PartialEq for RecordingFormatTrue
Source§impl PartialOrd for RecordingFormatTrue
impl PartialOrd for RecordingFormatTrue
Source§impl Serialize for RecordingFormatTrue
impl Serialize for RecordingFormatTrue
impl Copy for RecordingFormatTrue
impl Eq for RecordingFormatTrue
impl StructuralPartialEq for RecordingFormatTrue
Auto Trait Implementations§
impl Freeze for RecordingFormatTrue
impl RefUnwindSafe for RecordingFormatTrue
impl Send for RecordingFormatTrue
impl Sync for RecordingFormatTrue
impl Unpin for RecordingFormatTrue
impl UnwindSafe for RecordingFormatTrue
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