pub struct ScaleDegree(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for ScaleDegree
impl Clone for ScaleDegree
Source§fn clone(&self) -> ScaleDegree
fn clone(&self) -> ScaleDegree
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 ScaleDegree
impl Debug for ScaleDegree
Source§impl Display for ScaleDegree
impl Display for ScaleDegree
Source§impl FromStr for ScaleDegree
impl FromStr for ScaleDegree
Source§impl Hash for ScaleDegree
impl Hash for ScaleDegree
Source§impl Ord for ScaleDegree
impl Ord for ScaleDegree
Source§fn cmp(&self, other: &ScaleDegree) -> Ordering
fn cmp(&self, other: &ScaleDegree) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ScaleDegree
impl PartialEq for ScaleDegree
Source§impl PartialOrd for ScaleDegree
impl PartialOrd for ScaleDegree
Source§impl TryFrom<u8> for ScaleDegree
impl TryFrom<u8> for ScaleDegree
impl Copy for ScaleDegree
impl Eq for ScaleDegree
impl StructuralPartialEq for ScaleDegree
Auto Trait Implementations§
impl Freeze for ScaleDegree
impl RefUnwindSafe for ScaleDegree
impl Send for ScaleDegree
impl Sync for ScaleDegree
impl Unpin for ScaleDegree
impl UnsafeUnpin for ScaleDegree
impl UnwindSafe for ScaleDegree
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