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