#[repr(C)]pub struct btc_block_txdata {
pub header: btc_blockheader_t,
pub tx_len: u32,
pub tx: *mut btc_transaction_t,
}Fields§
§header: btc_blockheader_t§tx_len: u32§tx: *mut btc_transaction_tTrait Implementations§
Source§impl Clone for btc_block_txdata
impl Clone for btc_block_txdata
Source§fn clone(&self) -> btc_block_txdata
fn clone(&self) -> btc_block_txdata
Returns a copy 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 btc_block_txdata
impl Debug for btc_block_txdata
impl Copy for btc_block_txdata
Auto Trait Implementations§
impl Freeze for btc_block_txdata
impl RefUnwindSafe for btc_block_txdata
impl !Send for btc_block_txdata
impl !Sync for btc_block_txdata
impl Unpin for btc_block_txdata
impl UnwindSafe for btc_block_txdata
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