pub struct GeomAPI_ProjectPointOnSurf { /* private fields */ }Implementations§
Source§impl GeomAPI_ProjectPointOnSurf
impl GeomAPI_ProjectPointOnSurf
pub fn LowerDistanceParameters(&self, u: &mut f64, v: &mut f64)
Trait Implementations§
impl UniquePtrTarget for GeomAPI_ProjectPointOnSurf
Auto Trait Implementations§
impl !Freeze for GeomAPI_ProjectPointOnSurf
impl RefUnwindSafe for GeomAPI_ProjectPointOnSurf
impl !Send for GeomAPI_ProjectPointOnSurf
impl !Sync for GeomAPI_ProjectPointOnSurf
impl !Unpin for GeomAPI_ProjectPointOnSurf
impl UnwindSafe for GeomAPI_ProjectPointOnSurf
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