#[repr(C)]pub struct PkTransactionList {
pub parent: GObject,
pub priv_: *mut PkTransactionListPrivate,
}Fields§
§parent: GObject§priv_: *mut PkTransactionListPrivateTrait Implementations§
Source§impl Clone for PkTransactionList
impl Clone for PkTransactionList
Source§fn clone(&self) -> PkTransactionList
fn clone(&self) -> PkTransactionList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PkTransactionList
Auto Trait Implementations§
impl !Send for PkTransactionList
impl !Sync for PkTransactionList
impl Freeze for PkTransactionList
impl RefUnwindSafe for PkTransactionList
impl Unpin for PkTransactionList
impl UnsafeUnpin for PkTransactionList
impl UnwindSafe for PkTransactionList
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