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