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