pub struct Info {
pub major: i32,
pub minor: i32,
pub patch: i32,
pub release: String,
pub version: String,
pub searchpath: String,
}
Expand description
Information about PROJ
Fields§
§major: i32
§minor: i32
§patch: i32
§release: String
§version: String
§searchpath: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Info
impl Send for Info
impl Sync for Info
impl Unpin for Info
impl UnwindSafe for 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