Struct gobject_sys::GClosureNotifyData [−][src]
#[repr(C)]pub struct GClosureNotifyData { pub data: gpointer, pub notify: GClosureNotify, }
Fields
data: gpointer
notify: GClosureNotify
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GClosureNotifyData
impl !Send for GClosureNotifyData
impl !Sync for GClosureNotifyData
impl Unpin for GClosureNotifyData
impl UnwindSafe for GClosureNotifyData
Blanket Implementations
Mutably borrows from an owned value. Read more