pub struct Elevation(pub Angle);
Expand description
Forcing type for Elevation, the angle above the local horizontal
Tuple Fields§
§0: Angle
Trait Implementations§
impl Copy for Elevation
impl StructuralPartialEq for Elevation
Auto Trait Implementations§
impl Freeze for Elevation
impl RefUnwindSafe for Elevation
impl Send for Elevation
impl Sync for Elevation
impl Unpin for Elevation
impl UnwindSafe for Elevation
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