#[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§
Source§impl Clone for GDBusInterfaceIface
impl Clone for GDBusInterfaceIface
Source§fn clone(&self) -> GDBusInterfaceIface
fn clone(&self) -> GDBusInterfaceIface
Returns a copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)