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