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