[][src]Struct packetcrypt_sys::PacketCrypt_BlockHeader_t

#[repr(C)]pub struct PacketCrypt_BlockHeader_t {
    pub version: u32,
    pub hashPrevBlock: [u32; 8],
    pub hashMerkleRoot: [u32; 8],
    pub timeSeconds: u32,
    pub workBits: u32,
    pub nonce: u32,
}

Fields

version: u32hashPrevBlock: [u32; 8]hashMerkleRoot: [u32; 8]timeSeconds: u32workBits: u32nonce: u32

Trait Implementations

impl Clone for PacketCrypt_BlockHeader_t[src]

impl Copy for PacketCrypt_BlockHeader_t[src]

impl Debug for PacketCrypt_BlockHeader_t[src]

Auto Trait Implementations

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.