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