pub struct BackLinkNative {
pub indexes: Vec<u32>,
pub checksum: u32,
pub tx_hash: [u8; 32],
}Fields§
§indexes: Vec<u32>§checksum: u32§tx_hash: [u8; 32]Trait Implementations§
source§impl Clone for BackLinkNative
impl Clone for BackLinkNative
source§fn clone(&self) -> BackLinkNative
fn clone(&self) -> BackLinkNative
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 BackLinkNative
impl Debug for BackLinkNative
source§impl Into<BackLink> for BackLinkNative
impl Into<BackLink> for BackLinkNative
source§impl Into<BackLinkNative> for BackLink
impl Into<BackLinkNative> for BackLink
source§fn into(self) -> BackLinkNative
fn into(self) -> BackLinkNative
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for BackLinkNative
impl RefUnwindSafe for BackLinkNative
impl Send for BackLinkNative
impl Sync for BackLinkNative
impl Unpin for BackLinkNative
impl UnwindSafe for BackLinkNative
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)