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