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