pub enum AnalogFormat {
Signed,
Unsigned,
}Expand description
Analog format describes whether the analog data is signed or unsigned.
Variants§
Trait Implementations§
Source§impl Clone for AnalogFormat
impl Clone for AnalogFormat
Source§fn clone(&self) -> AnalogFormat
fn clone(&self) -> AnalogFormat
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 AnalogFormat
impl Debug for AnalogFormat
Source§impl Default for AnalogFormat
impl Default for AnalogFormat
Source§fn default() -> AnalogFormat
fn default() -> AnalogFormat
Returns the “default value” for a type. Read more
Source§impl PartialEq for AnalogFormat
impl PartialEq for AnalogFormat
impl StructuralPartialEq for AnalogFormat
Auto Trait Implementations§
impl Freeze for AnalogFormat
impl RefUnwindSafe for AnalogFormat
impl Send for AnalogFormat
impl Sync for AnalogFormat
impl Unpin for AnalogFormat
impl UnwindSafe for AnalogFormat
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