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_kind(&mut self, val: Detail_ArgKind)
 
fn set_kind(&mut self, val: Detail_ArgKind)
C++ default parameters Read more
source§fn set_opaque_kind(&mut self, val: Detail_OpaqueKind)
 
fn set_opaque_kind(&mut self, val: Detail_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) -> Detail_ArgKind
fn opaque_kind(&self) -> Detail_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