Struct glib_sys::GSourceCallbackFuncs [−][src]
#[repr(C)]pub struct GSourceCallbackFuncs { pub ref_: Option<unsafe extern "C" fn(_: gpointer)>, pub unref: Option<unsafe extern "C" fn(_: gpointer)>, pub get: Option<unsafe extern "C" fn(_: gpointer, _: *mut GSource, _: *mut GSourceFunc, _: *mut gpointer)>, }
Fields
ref_: Option<unsafe extern "C" fn(_: gpointer)>
unref: Option<unsafe extern "C" fn(_: gpointer)>
get: Option<unsafe extern "C" fn(_: gpointer, _: *mut GSource, _: *mut GSourceFunc, _: *mut gpointer)>
Trait Implementations
impl Copy for GSourceCallbackFuncs
[src]
impl Copy for GSourceCallbackFuncs
impl Clone for GSourceCallbackFuncs
[src]
impl Clone for GSourceCallbackFuncs
fn clone(&self) -> GSourceCallbackFuncs
[src]
fn clone(&self) -> GSourceCallbackFuncs
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GSourceCallbackFuncs
[src]
impl Debug for GSourceCallbackFuncs
Auto Trait Implementations
impl Send for GSourceCallbackFuncs
impl Send for GSourceCallbackFuncs
impl Sync for GSourceCallbackFuncs
impl Sync for GSourceCallbackFuncs