pub struct KernelEvaluation {
pub signal: f64,
pub weight: f64,
pub compatibility: f64,
}Fields§
§signal: f64§weight: f64§compatibility: f64Trait Implementations§
Source§impl Clone for KernelEvaluation
impl Clone for KernelEvaluation
Source§fn clone(&self) -> KernelEvaluation
fn clone(&self) -> KernelEvaluation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KernelEvaluation
impl Debug for KernelEvaluation
Source§impl Serialize for KernelEvaluation
impl Serialize for KernelEvaluation
impl Copy for KernelEvaluation
Auto Trait Implementations§
impl Freeze for KernelEvaluation
impl RefUnwindSafe for KernelEvaluation
impl Send for KernelEvaluation
impl Sync for KernelEvaluation
impl Unpin for KernelEvaluation
impl UnsafeUnpin for KernelEvaluation
impl UnwindSafe for KernelEvaluation
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