#[repr(C)]pub struct PJ_UNITS {
pub id: *const c_char,
pub to_meter: *const c_char,
pub name: *const c_char,
pub factor: f64,
}
Fields§
§id: *const c_char
§to_meter: *const c_char
§name: *const c_char
§factor: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PJ_UNITS
impl RefUnwindSafe for PJ_UNITS
impl !Send for PJ_UNITS
impl !Sync for PJ_UNITS
impl Unpin for PJ_UNITS
impl UnwindSafe for PJ_UNITS
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
)