#[repr(C)]pub struct _GDBusObjectManagerServerClass {
pub parent_class: GObjectClass,
pub padding: [gpointer; 8],
}
Expand description
GDBusObjectManagerServerClass: @parent_class: The parent class.
Class structure for #GDBusObjectManagerServer.
Since: 2.30
Fields§
§parent_class: GObjectClass
§padding: [gpointer; 8]
Trait Implementations§
Source§impl Clone for _GDBusObjectManagerServerClass
impl Clone for _GDBusObjectManagerServerClass
Source§fn clone(&self) -> _GDBusObjectManagerServerClass
fn clone(&self) -> _GDBusObjectManagerServerClass
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 PartialEq for _GDBusObjectManagerServerClass
impl PartialEq for _GDBusObjectManagerServerClass
Source§fn eq(&self, other: &_GDBusObjectManagerServerClass) -> bool
fn eq(&self, other: &_GDBusObjectManagerServerClass) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for _GDBusObjectManagerServerClass
impl Eq for _GDBusObjectManagerServerClass
impl StructuralPartialEq for _GDBusObjectManagerServerClass
Auto Trait Implementations§
impl Freeze for _GDBusObjectManagerServerClass
impl RefUnwindSafe for _GDBusObjectManagerServerClass
impl !Send for _GDBusObjectManagerServerClass
impl !Sync for _GDBusObjectManagerServerClass
impl Unpin for _GDBusObjectManagerServerClass
impl UnwindSafe for _GDBusObjectManagerServerClass
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