Struct proj_sys::PJ_PARAM_DESCRIPTION
source · #[repr(C)]pub struct PJ_PARAM_DESCRIPTION {
pub name: *const c_char,
pub auth_name: *const c_char,
pub code: *const c_char,
pub value: f64,
pub unit_name: *const c_char,
pub unit_conv_factor: f64,
pub unit_type: PJ_UNIT_TYPE,
}
Expand description
\brief Description of a parameter value for a Conversion.
Fields§
§name: *const c_char
Parameter name.
auth_name: *const c_char
Parameter authority name.
code: *const c_char
Parameter code.
value: f64
Parameter value.
unit_name: *const c_char
Name of unit in which parameter value is expressed.
unit_conv_factor: f64
Conversion factor to SI of the unit.
unit_type: PJ_UNIT_TYPE
Type of unit
Trait Implementations§
source§impl Clone for PJ_PARAM_DESCRIPTION
impl Clone for PJ_PARAM_DESCRIPTION
source§fn clone(&self) -> PJ_PARAM_DESCRIPTION
fn clone(&self) -> PJ_PARAM_DESCRIPTION
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_PARAM_DESCRIPTION
impl Debug for PJ_PARAM_DESCRIPTION
impl Copy for PJ_PARAM_DESCRIPTION
Auto Trait Implementations§
impl Freeze for PJ_PARAM_DESCRIPTION
impl RefUnwindSafe for PJ_PARAM_DESCRIPTION
impl !Send for PJ_PARAM_DESCRIPTION
impl !Sync for PJ_PARAM_DESCRIPTION
impl Unpin for PJ_PARAM_DESCRIPTION
impl UnwindSafe for PJ_PARAM_DESCRIPTION
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)