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