#[repr(C)]pub struct _GDBusInterfaceIface {
pub parent_iface: GTypeInterface,
pub get_info: Option<unsafe extern "C" fn(interface_: *mut GDBusInterface) -> *mut GDBusInterfaceInfo>,
pub get_object: Option<unsafe extern "C" fn(interface_: *mut GDBusInterface) -> *mut GDBusObject>,
pub set_object: Option<unsafe extern "C" fn(interface_: *mut GDBusInterface, object: *mut GDBusObject)>,
pub dup_object: Option<unsafe extern "C" fn(interface_: *mut GDBusInterface) -> *mut GDBusObject>,
}Fields§
§parent_iface: GTypeInterface§get_info: Option<unsafe extern "C" fn(interface_: *mut GDBusInterface) -> *mut GDBusInterfaceInfo>§get_object: Option<unsafe extern "C" fn(interface_: *mut GDBusInterface) -> *mut GDBusObject>§set_object: Option<unsafe extern "C" fn(interface_: *mut GDBusInterface, object: *mut GDBusObject)>§dup_object: Option<unsafe extern "C" fn(interface_: *mut GDBusInterface) -> *mut GDBusObject>Trait Implementations§
Source§impl Clone for _GDBusInterfaceIface
impl Clone for _GDBusInterfaceIface
Source§fn clone(&self) -> _GDBusInterfaceIface
fn clone(&self) -> _GDBusInterfaceIface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _GDBusInterfaceIface
impl Debug for _GDBusInterfaceIface
impl Copy for _GDBusInterfaceIface
Auto Trait Implementations§
impl Freeze for _GDBusInterfaceIface
impl RefUnwindSafe for _GDBusInterfaceIface
impl Send for _GDBusInterfaceIface
impl Sync for _GDBusInterfaceIface
impl Unpin for _GDBusInterfaceIface
impl UnwindSafe for _GDBusInterfaceIface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more