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