[][src]Struct shared::BlockHeader

pub struct BlockHeader { /* fields omitted */ }

Implementations

impl BlockHeader[src]

pub const fn len() -> usize[src]

pub fn new(
    version: u32,
    prev_hash: u256,
    merkle_root: u256,
    time: u32,
    target: Nbits,
    nonce: u32
) -> BlockHeader
[src]

pub fn hash(&mut self) -> &u256[src]

Trait Implementations

impl Debug for BlockHeader[src]

impl Deserializable for BlockHeader[src]

impl Serializable for BlockHeader[src]

Auto Trait Implementations

impl RefUnwindSafe for BlockHeader

impl Send for BlockHeader

impl Sync for BlockHeader

impl Unpin for BlockHeader

impl UnwindSafe for BlockHeader

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.