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