#[repr(C)]pub struct _GSourceFuncs {
pub prepare: GSourceFuncsPrepareFunc,
pub check: GSourceFuncsCheckFunc,
pub dispatch: GSourceFuncsDispatchFunc,
pub finalize: GSourceFuncsFinalizeFunc,
pub closure_callback: GSourceFunc,
pub closure_marshal: GSourceDummyMarshal,
}Fields§
§prepare: GSourceFuncsPrepareFunc§check: GSourceFuncsCheckFunc§dispatch: GSourceFuncsDispatchFunc§finalize: GSourceFuncsFinalizeFunc§closure_callback: GSourceFunc§closure_marshal: GSourceDummyMarshalTrait Implementations§
Source§impl Clone for _GSourceFuncs
impl Clone for _GSourceFuncs
Source§fn clone(&self) -> _GSourceFuncs
fn clone(&self) -> _GSourceFuncs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _GSourceFuncs
impl Debug for _GSourceFuncs
impl Copy for _GSourceFuncs
Auto Trait Implementations§
impl Freeze for _GSourceFuncs
impl RefUnwindSafe for _GSourceFuncs
impl Send for _GSourceFuncs
impl Sync for _GSourceFuncs
impl Unpin for _GSourceFuncs
impl UnwindSafe for _GSourceFuncs
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