#[repr(C)]pub struct _GDebugControllerDBus {
pub parent_instance: GObject,
}
Fields§
§parent_instance: GObject
Trait Implementations§
Source§impl Clone for _GDebugControllerDBus
impl Clone for _GDebugControllerDBus
Source§fn clone(&self) -> _GDebugControllerDBus
fn clone(&self) -> _GDebugControllerDBus
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 _GDebugControllerDBus
impl Debug for _GDebugControllerDBus
Source§impl PartialEq for _GDebugControllerDBus
impl PartialEq for _GDebugControllerDBus
impl Copy for _GDebugControllerDBus
impl Eq for _GDebugControllerDBus
impl StructuralPartialEq for _GDebugControllerDBus
Auto Trait Implementations§
impl Freeze for _GDebugControllerDBus
impl RefUnwindSafe for _GDebugControllerDBus
impl !Send for _GDebugControllerDBus
impl !Sync for _GDebugControllerDBus
impl Unpin for _GDebugControllerDBus
impl UnwindSafe for _GDebugControllerDBus
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