Struct AlignmentScore
pub struct AlignmentScore(/* private fields */);Expand description
A numeric alignment score.
Implementations§
§impl AlignmentScore
impl AlignmentScore
pub const fn new(value: f64) -> AlignmentScore
pub const fn new(value: f64) -> AlignmentScore
Creates an alignment score.
Trait Implementations§
§impl Clone for AlignmentScore
impl Clone for AlignmentScore
§fn clone(&self) -> AlignmentScore
fn clone(&self) -> AlignmentScore
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 more§impl Debug for AlignmentScore
impl Debug for AlignmentScore
§impl PartialEq for AlignmentScore
impl PartialEq for AlignmentScore
impl Copy for AlignmentScore
impl StructuralPartialEq for AlignmentScore
Auto Trait Implementations§
impl Freeze for AlignmentScore
impl RefUnwindSafe for AlignmentScore
impl Send for AlignmentScore
impl Sync for AlignmentScore
impl Unpin for AlignmentScore
impl UnsafeUnpin for AlignmentScore
impl UnwindSafe for AlignmentScore
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