#[repr(u8)]pub enum NegativeInput {
Vrefl = 0,
An1 = 1,
}Expand description
Negative input selection
Variants§
Trait Implementations§
Source§impl Clone for NegativeInput
impl Clone for NegativeInput
Source§fn clone(&self) -> NegativeInput
fn clone(&self) -> NegativeInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NegativeInput
Auto Trait Implementations§
impl Freeze for NegativeInput
impl RefUnwindSafe for NegativeInput
impl Send for NegativeInput
impl Sync for NegativeInput
impl Unpin for NegativeInput
impl UnsafeUnpin for NegativeInput
impl UnwindSafe for NegativeInput
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