Struct glib_sys::GSourceFuncs[][src]

#[repr(C)]
pub struct GSourceFuncs { pub prepare: Option<unsafe extern "C" fn(_: *mut GSource, _: *mut c_int) -> gboolean>, pub check: Option<unsafe extern "C" fn(_: *mut GSource) -> gboolean>, pub dispatch: Option<unsafe extern "C" fn(_: *mut GSource, _: GSourceFunc, _: gpointer) -> gboolean>, pub finalize: Option<unsafe extern "C" fn(_: *mut GSource)>, pub closure_callback: GSourceFunc, pub closure_marshal: GSourceDummyMarshal, }

Fields

Trait Implementations

impl Copy for GSourceFuncs
[src]

impl Clone for GSourceFuncs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GSourceFuncs
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GSourceFuncs

impl Sync for GSourceFuncs