#[repr(C)]pub struct PJ_ELLPS {
pub id: *const c_char,
pub major: *const c_char,
pub ell: *const c_char,
pub name: *const c_char,
}
Fields§
§id: *const c_char
§major: *const c_char
§ell: *const c_char
§name: *const c_char
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PJ_ELLPS
impl !Send for PJ_ELLPS
impl !Sync for PJ_ELLPS
impl Unpin for PJ_ELLPS
impl UnwindSafe for PJ_ELLPS
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