#[repr(C)]pub struct PJ_UV {
pub u: f64,
pub v: f64,
}
Fields§
§u: f64
§v: f64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PJ_UV
impl Send for PJ_UV
impl Sync for PJ_UV
impl Unpin for PJ_UV
impl UnwindSafe for PJ_UV
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