pub enum OutputFreq {
Default,
Ultrasonic,
}
Expand description
Pulse Channel output frequency. Supports MMC5 being able to pulse at ultrasonic frequencies.
Variants§
Trait Implementations§
Source§impl Clone for OutputFreq
impl Clone for OutputFreq
Source§fn clone(&self) -> OutputFreq
fn clone(&self) -> OutputFreq
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 OutputFreq
impl Debug for OutputFreq
Source§impl<'de> Deserialize<'de> for OutputFreq
impl<'de> Deserialize<'de> for OutputFreq
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 OutputFreq
impl PartialEq for OutputFreq
Source§impl Serialize for OutputFreq
impl Serialize for OutputFreq
impl Copy for OutputFreq
impl Eq for OutputFreq
impl StructuralPartialEq for OutputFreq
Auto Trait Implementations§
impl Freeze for OutputFreq
impl RefUnwindSafe for OutputFreq
impl Send for OutputFreq
impl Sync for OutputFreq
impl Unpin for OutputFreq
impl UnwindSafe for OutputFreq
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