#[repr(C)]pub struct in3_verified_hash {
pub block_number: u64,
pub hash: bytes32_t,
}Fields§
§block_number: u64§hash: bytes32_tTrait Implementations§
Source§impl Clone for in3_verified_hash
impl Clone for in3_verified_hash
Source§fn clone(&self) -> in3_verified_hash
fn clone(&self) -> in3_verified_hash
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 in3_verified_hash
impl Debug for in3_verified_hash
impl Copy for in3_verified_hash
Auto Trait Implementations§
impl Freeze for in3_verified_hash
impl RefUnwindSafe for in3_verified_hash
impl Send for in3_verified_hash
impl Sync for in3_verified_hash
impl Unpin for in3_verified_hash
impl UnwindSafe for in3_verified_hash
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