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