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