#[repr(C)]pub struct QmiProxyClass {
pub parent: GObjectClass,
}Fields§
§parent: GObjectClassTrait Implementations§
Source§impl Clone for QmiProxyClass
impl Clone for QmiProxyClass
Source§fn clone(&self) -> QmiProxyClass
fn clone(&self) -> QmiProxyClass
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 QmiProxyClass
Auto Trait Implementations§
impl !Send for QmiProxyClass
impl !Sync for QmiProxyClass
impl Freeze for QmiProxyClass
impl RefUnwindSafe for QmiProxyClass
impl Unpin for QmiProxyClass
impl UnsafeUnpin for QmiProxyClass
impl UnwindSafe for QmiProxyClass
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