pub struct GCall { /* private fields */ }Implementations§
Trait Implementations§
source§impl Boxed for GCall
 
impl Boxed for GCall
source§impl GCallTrait for GCall
 
impl GCallTrait for GCall
source§impl GCallTraitConst for GCall
 
impl GCallTraitConst for GCall
fn as_raw_GCall(&self) -> *const c_void
impl Send for GCall
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