pub enum AutomationRate {
ARate,
KRate,
}Expand description
Enum of AudioParam::AutomationRate from the spec
Variants§
Trait Implementations§
Source§impl AsRef<str> for AutomationRate
impl AsRef<str> for AutomationRate
Source§impl Clone for AutomationRate
impl Clone for AutomationRate
Source§fn clone(&self) -> AutomationRate
fn clone(&self) -> AutomationRate
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 AutomationRate
impl Debug for AutomationRate
Source§impl<'de> Deserialize<'de> for AutomationRate
impl<'de> Deserialize<'de> for AutomationRate
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 FromStr for AutomationRate
impl FromStr for AutomationRate
Source§impl Hash for AutomationRate
impl Hash for AutomationRate
Source§impl PartialEq for AutomationRate
impl PartialEq for AutomationRate
Source§impl Serialize for AutomationRate
impl Serialize for AutomationRate
impl Eq for AutomationRate
impl StructuralPartialEq for AutomationRate
Auto Trait Implementations§
impl Freeze for AutomationRate
impl RefUnwindSafe for AutomationRate
impl Send for AutomationRate
impl Sync for AutomationRate
impl Unpin for AutomationRate
impl UnwindSafe for AutomationRate
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