pub struct GFunctor { /* private fields */ }
Expand description
@private
Trait Implementations§
source§impl Boxed for GFunctor
impl Boxed for GFunctor
source§impl GFunctorTrait for GFunctor
impl GFunctorTrait for GFunctor
fn as_raw_mut_GFunctor(&mut self) -> *mut c_void
source§impl GFunctorTraitConst for GFunctor
impl GFunctorTraitConst for GFunctor
impl Send for GFunctor
Auto Trait Implementations§
impl RefUnwindSafe for GFunctor
impl !Sync for GFunctor
impl Unpin for GFunctor
impl UnwindSafe for GFunctor
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