#[repr(C)]pub struct PkTransactionList {
pub parent: GObject,
pub priv_: *mut PkTransactionListPrivate,
}
Fields§
§parent: GObject
§priv_: *mut PkTransactionListPrivate
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PkTransactionList
impl Debug for PkTransactionList
impl Copy for PkTransactionList
Auto Trait Implementations§
impl Freeze for PkTransactionList
impl RefUnwindSafe for PkTransactionList
impl !Send for PkTransactionList
impl !Sync for PkTransactionList
impl Unpin 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