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