#[repr(C)]pub struct LLAPBH {
pub lla: LATLONALT,
pub pbh: PBH32,
}
Fields§
§lla: LATLONALT
§pbh: PBH32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LLAPBH
impl Send for LLAPBH
impl Sync for LLAPBH
impl Unpin for LLAPBH
impl UnwindSafe for LLAPBH
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