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