pub struct RightTransform;Expand description
r' = q⁻¹ r q — the opposite of JEOD; common in many textbooks.
Trait Implementations§
Source§impl Clone for RightTransform
impl Clone for RightTransform
Source§fn clone(&self) -> RightTransform
fn clone(&self) -> RightTransform
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RightTransform
impl Debug for RightTransform
Source§impl Hash for RightTransform
impl Hash for RightTransform
Source§impl PartialEq for RightTransform
impl PartialEq for RightTransform
Source§fn eq(&self, other: &RightTransform) -> bool
fn eq(&self, other: &RightTransform) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Transform for RightTransform
impl Transform for RightTransform
impl Copy for RightTransform
impl Eq for RightTransform
impl StructuralPartialEq for RightTransform
Auto Trait Implementations§
impl Freeze for RightTransform
impl RefUnwindSafe for RightTransform
impl Send for RightTransform
impl Sync for RightTransform
impl Unpin for RightTransform
impl UnsafeUnpin for RightTransform
impl UnwindSafe for RightTransform
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