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