#[repr(u8)]pub enum Fixp {
FIX_PLUS = 0,
FIX_MINUS = 1,
}Variants§
FIX_PLUS = 0
Fix the plus port. Sweep only the inputs to the minus port.
FIX_MINUS = 1
Fix the minus port. Sweep only the inputs to the plus port.
Implementations§
Trait Implementations§
Source§impl Ord for Fixp
impl Ord for Fixp
Source§impl PartialOrd for Fixp
impl PartialOrd for Fixp
impl Copy for Fixp
impl Eq for Fixp
impl StructuralPartialEq for Fixp
Auto Trait Implementations§
impl Freeze for Fixp
impl RefUnwindSafe for Fixp
impl Send for Fixp
impl Sync for Fixp
impl Unpin for Fixp
impl UnwindSafe for Fixp
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