#[repr(C)]pub struct PJ_LIST {
pub id: *const c_char,
pub proj: Option<unsafe extern "C" fn(arg1: *mut PJ) -> *mut PJ>,
pub descr: *const *const c_char,
}
Fields§
§id: *const c_char
§proj: Option<unsafe extern "C" fn(arg1: *mut PJ) -> *mut PJ>
§descr: *const *const c_char
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PJ_LIST
impl !Send for PJ_LIST
impl !Sync for PJ_LIST
impl Unpin for PJ_LIST
impl UnwindSafe for PJ_LIST
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