#[repr(C)]pub struct GDBusObjectManagerServer {
pub parent_instance: GObject,
pub priv_: *mut GDBusObjectManagerServerPrivate,
}Fields§
§parent_instance: GObject§priv_: *mut GDBusObjectManagerServerPrivateTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GDBusObjectManagerServer
Auto Trait Implementations§
impl !Send for GDBusObjectManagerServer
impl !Sync for GDBusObjectManagerServer
impl Freeze for GDBusObjectManagerServer
impl RefUnwindSafe for GDBusObjectManagerServer
impl Unpin for GDBusObjectManagerServer
impl UnsafeUnpin 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