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