#[repr(C)]pub struct PkTransactionPast {
pub parent: PkSource,
pub priv_: *mut PkTransactionPastPrivate,
}
Fields§
§parent: PkSource
§priv_: *mut PkTransactionPastPrivate
Trait Implementations§
Source§impl Clone for PkTransactionPast
impl Clone for PkTransactionPast
Source§fn clone(&self) -> PkTransactionPast
fn clone(&self) -> PkTransactionPast
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 PkTransactionPast
impl Debug for PkTransactionPast
impl Copy for PkTransactionPast
Auto Trait Implementations§
impl Freeze for PkTransactionPast
impl RefUnwindSafe for PkTransactionPast
impl !Send for PkTransactionPast
impl !Sync for PkTransactionPast
impl Unpin for PkTransactionPast
impl UnwindSafe for PkTransactionPast
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