Struct vips_sys::_GSignalInvocationHint[][src]

#[repr(C)]
pub struct _GSignalInvocationHint { pub signal_id: guint, pub detail: GQuark, pub run_type: GSignalFlags, }

Fields

Trait Implementations

impl Debug for _GSignalInvocationHint
[src]

Formats the value using the given formatter. Read more

impl Copy for _GSignalInvocationHint
[src]

impl Clone for _GSignalInvocationHint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for _GSignalInvocationHint

impl Sync for _GSignalInvocationHint