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