pub struct GArg { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Boxed for GArg
impl Boxed for GArg
source§impl GArgTrait for GArg
impl GArgTrait for GArg
fn as_raw_mut_GArg(&mut self) -> *mut c_void
source§fn set_opaque_kind(&mut self, val: OpaqueKind)
fn set_opaque_kind(&mut self, val: OpaqueKind)
C++ default parameters Read more
source§impl GArgTraitConst for GArg
impl GArgTraitConst for GArg
fn as_raw_GArg(&self) -> *const c_void
fn kind(&self) -> ArgKind
fn opaque_kind(&self) -> OpaqueKind
impl Send for GArg
impl VectorElement for GArgwhere Vector<GArg>: VectorExtern<GArg>,
Auto Trait Implementations§
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