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