pub struct Degree<T: Scalar> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T: Scalar> AddAssign for Degree<T>
impl<T: Scalar> AddAssign for Degree<T>
Source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moreSource§impl<T: Scalar> DivAssign for Degree<T>
impl<T: Scalar> DivAssign for Degree<T>
Source§fn div_assign(&mut self, rhs: Self)
fn div_assign(&mut self, rhs: Self)
Performs the
/= operation. Read moreSource§impl<T: Scalar> MulAssign for Degree<T>
impl<T: Scalar> MulAssign for Degree<T>
Source§fn mul_assign(&mut self, rhs: Self)
fn mul_assign(&mut self, rhs: Self)
Performs the
*= operation. Read moreSource§impl<T: PartialOrd + Scalar> PartialOrd for Degree<T>
impl<T: PartialOrd + Scalar> PartialOrd for Degree<T>
Source§impl<T: Scalar> SubAssign for Degree<T>
impl<T: Scalar> SubAssign for Degree<T>
Source§fn sub_assign(&mut self, rhs: Self)
fn sub_assign(&mut self, rhs: Self)
Performs the
-= operation. Read moreimpl<T: Copy + Scalar> Copy for Degree<T>
impl<T: Scalar> Scalar for Degree<T>
impl<T: Scalar> StructuralPartialEq for Degree<T>
Auto Trait Implementations§
impl<T> Freeze for Degree<T>where
T: Freeze,
impl<T> RefUnwindSafe for Degree<T>where
T: RefUnwindSafe,
impl<T> Send for Degree<T>where
T: Send,
impl<T> Sync for Degree<T>where
T: Sync,
impl<T> Unpin for Degree<T>where
T: Unpin,
impl<T> UnwindSafe for Degree<T>where
T: UnwindSafe,
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