pub enum OutputPolarity {
NotInverted,
Inverted,
}Expand description
Output polarity.
Variants§
Trait Implementations§
Source§impl Clone for OutputPolarity
impl Clone for OutputPolarity
Source§fn clone(&self) -> OutputPolarity
fn clone(&self) -> OutputPolarity
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 OutputPolarity
impl Debug for OutputPolarity
Source§impl Format for OutputPolarity
impl Format for OutputPolarity
Source§impl PartialEq for OutputPolarity
impl PartialEq for OutputPolarity
impl Copy for OutputPolarity
impl Eq for OutputPolarity
impl StructuralPartialEq for OutputPolarity
Auto Trait Implementations§
impl Freeze for OutputPolarity
impl RefUnwindSafe for OutputPolarity
impl Send for OutputPolarity
impl Sync for OutputPolarity
impl Unpin for OutputPolarity
impl UnwindSafe for OutputPolarity
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