pub struct Declination(pub Angle);
Expand description
Declination
Tuple Fields§
§0: Angle
Trait Implementations§
Source§impl Clone for Declination
impl Clone for Declination
Source§fn clone(&self) -> Declination
fn clone(&self) -> Declination
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 ConstrainedAngle for Declination
impl ConstrainedAngle for Declination
Source§impl Debug for Declination
impl Debug for Declination
impl Copy for Declination
Auto Trait Implementations§
impl Freeze for Declination
impl RefUnwindSafe for Declination
impl Send for Declination
impl Sync for Declination
impl Unpin for Declination
impl UnwindSafe for Declination
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