Type Alias GDBusInterfaceIface

Source
pub type GDBusInterfaceIface = _GDBusInterfaceIface;
Expand description

GDBusInterface:

Base type for D-Bus interfaces.

Since: 2.30

Aliased Type§

struct GDBusInterfaceIface {
    pub parent_iface: _GTypeInterface,
    pub get_info: Option<unsafe extern "C" fn(*mut _GDBusInterface) -> *mut _GDBusInterfaceInfo>,
    pub get_object: Option<unsafe extern "C" fn(*mut _GDBusInterface) -> *mut _GDBusObject>,
    pub set_object: Option<unsafe extern "C" fn(*mut _GDBusInterface, *mut _GDBusObject)>,
    pub dup_object: Option<unsafe extern "C" fn(*mut _GDBusInterface) -> *mut _GDBusObject>,
}

Fields§

§parent_iface: _GTypeInterface§get_info: Option<unsafe extern "C" fn(*mut _GDBusInterface) -> *mut _GDBusInterfaceInfo>§get_object: Option<unsafe extern "C" fn(*mut _GDBusInterface) -> *mut _GDBusObject>§set_object: Option<unsafe extern "C" fn(*mut _GDBusInterface, *mut _GDBusObject)>§dup_object: Option<unsafe extern "C" fn(*mut _GDBusInterface) -> *mut _GDBusObject>

Trait Implementations

Source§

impl Clone for _GDBusInterfaceIface

Source§

fn clone(&self) -> _GDBusInterfaceIface

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GDBusInterfaceIface

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for _GDBusInterfaceIface

Source§

fn eq(&self, other: &_GDBusInterfaceIface) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for _GDBusInterfaceIface

Source§

impl Eq for _GDBusInterfaceIface

Source§

impl StructuralPartialEq for _GDBusInterfaceIface