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