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