#[repr(C)]pub struct QmiClientDpm {
pub parent: QmiClient,
pub priv_unused: gpointer,
}Expand description
The QmiClientDpm structure contains private data and should only be accessed
using the provided API.
Since: 1.30
The QmiClientDpm structure contains private data and should only be accessed
using the provided API.
Since: 1.30
Fields§
§parent: QmiClient§priv_unused: gpointerAuto Trait Implementations§
impl !Send for QmiClientDpm
impl !Sync for QmiClientDpm
impl Freeze for QmiClientDpm
impl RefUnwindSafe for QmiClientDpm
impl Unpin for QmiClientDpm
impl UnsafeUnpin for QmiClientDpm
impl UnwindSafe for QmiClientDpm
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