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