Struct vips_sys::_GClosureNotifyData [−][src]
#[repr(C)]pub struct _GClosureNotifyData { pub data: gpointer, pub notify: GClosureNotify, }
Fields
data: gpointer
notify: GClosureNotify
Trait Implementations
impl Debug for _GClosureNotifyData
[src]
impl Debug for _GClosureNotifyData
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for _GClosureNotifyData
[src]
impl Copy for _GClosureNotifyData
impl Clone for _GClosureNotifyData
[src]
impl Clone for _GClosureNotifyData
fn clone(&self) -> _GClosureNotifyData
[src]
fn clone(&self) -> _GClosureNotifyData
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
Auto Trait Implementations
impl !Send for _GClosureNotifyData
impl !Send for _GClosureNotifyData
impl !Sync for _GClosureNotifyData
impl !Sync for _GClosureNotifyData