#[repr(C)]pub struct btc_transaction_out {
pub value: u64,
pub n: u32,
pub script_pubkey: bytes_t,
}Fields§
§value: u64§n: u32§script_pubkey: bytes_tTrait Implementations§
Source§impl Clone for btc_transaction_out
impl Clone for btc_transaction_out
Source§fn clone(&self) -> btc_transaction_out
fn clone(&self) -> btc_transaction_out
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_transaction_out
impl Debug for btc_transaction_out
impl Copy for btc_transaction_out
Auto Trait Implementations§
impl Freeze for btc_transaction_out
impl RefUnwindSafe for btc_transaction_out
impl !Send for btc_transaction_out
impl !Sync for btc_transaction_out
impl Unpin for btc_transaction_out
impl UnwindSafe for btc_transaction_out
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