#[repr(C)]pub struct PJ_INFO {
pub major: c_int,
pub minor: c_int,
pub patch: c_int,
pub release: *const c_char,
pub version: *const c_char,
pub searchpath: *const c_char,
pub paths: *const *const c_char,
pub path_count: usize,
}
Fields§
§major: c_int
§minor: c_int
§patch: c_int
§release: *const c_char
§version: *const c_char
§searchpath: *const c_char
§paths: *const *const c_char
§path_count: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PJ_INFO
impl !Send for PJ_INFO
impl !Sync for PJ_INFO
impl Unpin for PJ_INFO
impl UnwindSafe for PJ_INFO
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