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