pub struct BRepAdaptor_Curve { /* private fields */ }Implementations§
Source§impl BRepAdaptor_Curve
impl BRepAdaptor_Curve
pub fn FirstParameter(&self) -> f64
pub fn LastParameter(&self) -> f64
Trait Implementations§
Source§impl ExternType for BRepAdaptor_Curve
impl ExternType for BRepAdaptor_Curve
impl UniquePtrTarget for BRepAdaptor_Curve
Auto Trait Implementations§
impl !Freeze for BRepAdaptor_Curve
impl RefUnwindSafe for BRepAdaptor_Curve
impl !Send for BRepAdaptor_Curve
impl !Sync for BRepAdaptor_Curve
impl !Unpin for BRepAdaptor_Curve
impl UnwindSafe for BRepAdaptor_Curve
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