#[repr(C)]pub struct EAN32 {
pub east: SINT32,
pub altit: SINT32,
pub north: SINT32,
}
Fields§
§east: SINT32
§altit: SINT32
§north: SINT32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EAN32
impl Send for EAN32
impl Sync for EAN32
impl Unpin for EAN32
impl UnwindSafe for EAN32
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