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