pub struct GRunArg { /* private fields */ }Implementations§
Trait Implementations§
source§impl Boxed for GRunArg
impl Boxed for GRunArg
source§impl GRunArgTrait for GRunArg
impl GRunArgTrait for GRunArg
fn as_raw_mut_GRunArg(&mut self) -> *mut c_void
source§impl GRunArgTraitConst for GRunArg
impl GRunArgTraitConst for GRunArg
fn as_raw_GRunArg(&self) -> *const c_void
impl Send for GRunArg
impl VectorElement for GRunArgwhere Vector<GRunArg>: VectorExtern<GRunArg>,
Auto Trait Implementations§
impl RefUnwindSafe for GRunArg
impl !Sync for GRunArg
impl Unpin for GRunArg
impl UnwindSafe for GRunArg
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