#[repr(C)]pub struct _GDBusObjectManagerServer {
pub parent_instance: GObject,
pub priv_: *mut GDBusObjectManagerServerPrivate,
}
Expand description
GDBusObjectManagerServer:
The #GDBusObjectManagerServer structure contains private data and should only be accessed using the provided API.
Since: 2.30
Fields§
§parent_instance: GObject
§priv_: *mut GDBusObjectManagerServerPrivate
Trait Implementations§
Source§impl Clone for _GDBusObjectManagerServer
impl Clone for _GDBusObjectManagerServer
Source§fn clone(&self) -> _GDBusObjectManagerServer
fn clone(&self) -> _GDBusObjectManagerServer
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 _GDBusObjectManagerServer
impl Debug for _GDBusObjectManagerServer
impl Copy for _GDBusObjectManagerServer
impl Eq for _GDBusObjectManagerServer
impl StructuralPartialEq for _GDBusObjectManagerServer
Auto Trait Implementations§
impl Freeze for _GDBusObjectManagerServer
impl RefUnwindSafe for _GDBusObjectManagerServer
impl !Send for _GDBusObjectManagerServer
impl !Sync for _GDBusObjectManagerServer
impl Unpin for _GDBusObjectManagerServer
impl UnwindSafe for _GDBusObjectManagerServer
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