pub struct PrimeGateVerdict {
pub tw_argmax: usize,
pub bp_argmax: usize,
pub tw_margin: f32,
pub bp_margin: f32,
pub maxdiff: f32,
pub class: PrimeGateClass,
}Fields§
§tw_argmax: usize§bp_argmax: usize§tw_margin: f32§bp_margin: f32§maxdiff: f32§class: PrimeGateClassAuto Trait Implementations§
impl Freeze for PrimeGateVerdict
impl RefUnwindSafe for PrimeGateVerdict
impl Send for PrimeGateVerdict
impl Sync for PrimeGateVerdict
impl Unpin for PrimeGateVerdict
impl UnsafeUnpin for PrimeGateVerdict
impl UnwindSafe for PrimeGateVerdict
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