pub enum AudioFeatureLayout {
FramesFirst,
MelsFirst,
}Variants§
Trait Implementations§
Source§impl Clone for AudioFeatureLayout
impl Clone for AudioFeatureLayout
Source§fn clone(&self) -> AudioFeatureLayout
fn clone(&self) -> AudioFeatureLayout
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 moreimpl Copy for AudioFeatureLayout
Source§impl Debug for AudioFeatureLayout
impl Debug for AudioFeatureLayout
impl Eq for AudioFeatureLayout
Source§impl PartialEq for AudioFeatureLayout
impl PartialEq for AudioFeatureLayout
Source§fn eq(&self, other: &AudioFeatureLayout) -> bool
fn eq(&self, other: &AudioFeatureLayout) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AudioFeatureLayout
Auto Trait Implementations§
impl Freeze for AudioFeatureLayout
impl RefUnwindSafe for AudioFeatureLayout
impl Send for AudioFeatureLayout
impl Sync for AudioFeatureLayout
impl Unpin for AudioFeatureLayout
impl UnsafeUnpin for AudioFeatureLayout
impl UnwindSafe for AudioFeatureLayout
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