Struct gio_sys::GDBusInterfaceVTable[][src]

#[repr(C)]
pub struct GDBusInterfaceVTable { pub method_call: GDBusInterfaceMethodCallFunc, pub get_property: GDBusInterfaceGetPropertyFunc, pub set_property: GDBusInterfaceSetPropertyFunc, pub padding: [gpointer; 8], }

Fields

Trait Implementations

impl Copy for GDBusInterfaceVTable
[src]

impl Clone for GDBusInterfaceVTable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GDBusInterfaceVTable
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GDBusInterfaceVTable

impl !Sync for GDBusInterfaceVTable