Struct proj_sys::PJ_INIT_INFO
source · #[repr(C)]pub struct PJ_INIT_INFO {
pub name: [c_char; 32],
pub filename: [c_char; 260],
pub version: [c_char; 32],
pub origin: [c_char; 32],
pub lastupdate: [c_char; 16],
}
Fields§
§name: [c_char; 32]
§filename: [c_char; 260]
§version: [c_char; 32]
§origin: [c_char; 32]
§lastupdate: [c_char; 16]
Trait Implementations§
source§impl Clone for PJ_INIT_INFO
impl Clone for PJ_INIT_INFO
source§fn clone(&self) -> PJ_INIT_INFO
fn clone(&self) -> PJ_INIT_INFO
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PJ_INIT_INFO
impl Debug for PJ_INIT_INFO
impl Copy for PJ_INIT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for PJ_INIT_INFO
impl Send for PJ_INIT_INFO
impl Sync for PJ_INIT_INFO
impl Unpin for PJ_INIT_INFO
impl UnwindSafe for PJ_INIT_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