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