Enum Fxmp
pub enum Fxmp {
_0 = 0,
_1 = 1,
}Expand description
Fixed MUX Port
Value on reset: 0
Variants§
_0 = 0
0: The Plus port is fixed. Only the inputs to the Minus port are swept in each round.
_1 = 1
1: The Minus port is fixed. Only the inputs to the Plus port are swept in each round.
Trait Implementations§
impl Copy for Fxmp
impl Eq for Fxmp
impl StructuralPartialEq for Fxmp
Auto Trait Implementations§
impl Freeze for Fxmp
impl RefUnwindSafe for Fxmp
impl Send for Fxmp
impl Sync for Fxmp
impl Unpin for Fxmp
impl UnwindSafe for Fxmp
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