#[repr(u8)]pub enum Fxmp {
FXMP_0 = 0,
FXMP_1 = 1,
}Variants§
FXMP_0 = 0
The Plus port is fixed. Only the inputs to the Minus port are swept in each round.
FXMP_1 = 1
The Minus port is fixed. Only the inputs to the Plus port are swept in each round.
Implementations§
Trait Implementations§
Source§impl Ord for Fxmp
impl Ord for Fxmp
Source§impl PartialOrd for Fxmp
impl PartialOrd for Fxmp
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