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