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