#[repr(C)]pub struct _GDBusObjectManagerServerClass {
pub parent_class: GObjectClass,
pub padding: [gpointer; 8],
}Fields§
§parent_class: GObjectClass§padding: [gpointer; 8]Trait Implementations§
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