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