pub struct ZenithAngle(/* private fields */);
Expand description
Zenith Angle
Trait Implementations§
Source§impl Clone for ZenithAngle
impl Clone for ZenithAngle
Source§fn clone(&self) -> ZenithAngle
fn clone(&self) -> ZenithAngle
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 ZenithAngle
impl ConstrainedAngle for ZenithAngle
Source§impl Debug for ZenithAngle
impl Debug for ZenithAngle
impl Copy for ZenithAngle
Auto Trait Implementations§
impl Freeze for ZenithAngle
impl RefUnwindSafe for ZenithAngle
impl Send for ZenithAngle
impl Sync for ZenithAngle
impl Unpin for ZenithAngle
impl UnwindSafe for ZenithAngle
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