pub struct RunwayEnd {
pub number: u8,
pub td_threshold_pos: Position<Valid>,
pub se_threshold_pos: Position<Valid>,
pub modifier: RunwayModifier,
pub magnetic_hdg: Heading,
}Fields§
§number: u8§td_threshold_pos: Position<Valid>§se_threshold_pos: Position<Valid>§modifier: RunwayModifier§magnetic_hdg: HeadingImplementations§
Source§impl RunwayEnd
impl RunwayEnd
pub fn identifier(&self) -> String
pub fn reciprocal(&self) -> RunwayEnd
Trait Implementations§
impl StructuralPartialEq for RunwayEnd
Auto Trait Implementations§
impl Freeze for RunwayEnd
impl RefUnwindSafe for RunwayEnd
impl Send for RunwayEnd
impl Sync for RunwayEnd
impl Unpin for RunwayEnd
impl UnwindSafe for RunwayEnd
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