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