#[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 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