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