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