pub struct HandleGeomCurve { /* private fields */ }Implementations§
Trait Implementations§
Source§impl ExternType for HandleGeomCurve
impl ExternType for HandleGeomCurve
impl UniquePtrTarget for HandleGeomCurve
Auto Trait Implementations§
impl !Freeze for HandleGeomCurve
impl RefUnwindSafe for HandleGeomCurve
impl !Send for HandleGeomCurve
impl !Sync for HandleGeomCurve
impl !Unpin for HandleGeomCurve
impl UnwindSafe for HandleGeomCurve
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