pub struct Azimuth(pub Angle);
Expand description
Tuple Fields§
§0: Angle
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Azimuth
impl RefUnwindSafe for Azimuth
impl Send for Azimuth
impl Sync for Azimuth
impl Unpin for Azimuth
impl UnwindSafe for Azimuth
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