#[repr(C)]pub struct QmiProxy {
pub parent: GObject,
pub priv_: *mut QmiProxyPrivate,
}Expand description
Fields§
§parent: GObject§priv_: *mut QmiProxyPrivateAuto Trait Implementations§
impl !Send for QmiProxy
impl !Sync for QmiProxy
impl Freeze for QmiProxy
impl RefUnwindSafe for QmiProxy
impl Unpin for QmiProxy
impl UnsafeUnpin for QmiProxy
impl UnwindSafe for QmiProxy
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