Struct gio_sys::GDBusInterfaceIface
source · [−]#[repr(C)]pub 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
sourceimpl Clone for GDBusInterfaceIface
impl Clone for GDBusInterfaceIface
sourcefn clone(&self) -> GDBusInterfaceIface
fn clone(&self) -> GDBusInterfaceIface
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GDBusInterfaceIface
impl Debug for GDBusInterfaceIface
impl Copy for GDBusInterfaceIface
Auto Trait Implementations
impl RefUnwindSafe for GDBusInterfaceIface
impl Send for GDBusInterfaceIface
impl Sync for GDBusInterfaceIface
impl Unpin for GDBusInterfaceIface
impl UnwindSafe for GDBusInterfaceIface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more