pub enum AnalogSignalPolarity {
Unipolar,
Bipolar,
}
Expand description
Possible analog output polarities
Variants§
Trait Implementations§
Source§impl Clone for AnalogSignalPolarity
impl Clone for AnalogSignalPolarity
Source§fn clone(&self) -> AnalogSignalPolarity
fn clone(&self) -> AnalogSignalPolarity
Returns a copy 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 AnalogSignalPolarity
impl Debug for AnalogSignalPolarity
Source§impl FromStr for AnalogSignalPolarity
impl FromStr for AnalogSignalPolarity
Source§impl PartialEq for AnalogSignalPolarity
impl PartialEq for AnalogSignalPolarity
impl Copy for AnalogSignalPolarity
impl StructuralPartialEq for AnalogSignalPolarity
Auto Trait Implementations§
impl Freeze for AnalogSignalPolarity
impl RefUnwindSafe for AnalogSignalPolarity
impl Send for AnalogSignalPolarity
impl Sync for AnalogSignalPolarity
impl Unpin for AnalogSignalPolarity
impl UnwindSafe for AnalogSignalPolarity
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