#[repr(C)]pub struct TnBlockFooter {
pub body: TnBlockFooterBody,
pub block_hash: FdBlake3Hash,
pub block_sig: FdSignature,
}Fields§
§body: TnBlockFooterBody§block_hash: FdBlake3Hash§block_sig: FdSignatureTrait Implementations§
Source§fn clone(&self) -> TnBlockFooter
fn clone(&self) -> TnBlockFooter
Returns a duplicate 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 moreAuto Trait Implementations§
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