pub struct AffinePair { /* private fields */ }Expand description
A pair of affine weights for two points.
Implementations§
Trait Implementations§
Source§impl Clone for AffinePair
impl Clone for AffinePair
Source§fn clone(&self) -> AffinePair
fn clone(&self) -> AffinePair
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 AffinePair
impl Debug for AffinePair
Source§impl PartialEq for AffinePair
impl PartialEq for AffinePair
impl Copy for AffinePair
impl StructuralPartialEq for AffinePair
Auto Trait Implementations§
impl Freeze for AffinePair
impl RefUnwindSafe for AffinePair
impl Send for AffinePair
impl Sync for AffinePair
impl Unpin for AffinePair
impl UnsafeUnpin for AffinePair
impl UnwindSafe for AffinePair
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