Struct vips_sys::_GInterfaceInfo [−][src]
#[repr(C)]pub struct _GInterfaceInfo { pub interface_init: GInterfaceInitFunc, pub interface_finalize: GInterfaceFinalizeFunc, pub interface_data: gpointer, }
Fields
interface_init: GInterfaceInitFunc
interface_finalize: GInterfaceFinalizeFunc
interface_data: gpointer
Trait Implementations
impl Debug for _GInterfaceInfo
[src]
impl Debug for _GInterfaceInfo
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 _GInterfaceInfo
[src]
impl Copy for _GInterfaceInfo
impl Clone for _GInterfaceInfo
[src]
impl Clone for _GInterfaceInfo
fn clone(&self) -> _GInterfaceInfo
[src]
fn clone(&self) -> _GInterfaceInfo
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 _GInterfaceInfo
impl !Send for _GInterfaceInfo
impl !Sync for _GInterfaceInfo
impl !Sync for _GInterfaceInfo