Struct in3_sys::in3_t_[][src]

#[repr(C)]pub struct in3_t_ {
    pub signature_count: u8,
    pub replace_latest_block: u8,
    pub flags: uint_fast16_t,
    pub finality: u16,
    pub max_attempts: uint_fast16_t,
    pub max_verified_hashes: uint_fast16_t,
    pub alloc_verified_hashes: uint_fast16_t,
    pub pending: uint_fast16_t,
    pub cache_timeout: u32,
    pub timeout: u32,
    pub id_count: u32,
    pub plugin_acts: in3_plugin_supp_acts_t,
    pub proof: in3_proof_t,
    pub chain: in3_chain_t,
    pub plugins: *mut in3_plugin_t,
}

Fields

signature_count: u8replace_latest_block: u8flags: uint_fast16_tfinality: u16max_attempts: uint_fast16_tmax_verified_hashes: uint_fast16_talloc_verified_hashes: uint_fast16_tpending: uint_fast16_tcache_timeout: u32timeout: u32id_count: u32plugin_acts: in3_plugin_supp_acts_tproof: in3_proof_tchain: in3_chain_tplugins: *mut in3_plugin_t

Trait Implementations

impl Clone for in3_t_[src]

impl Copy for in3_t_[src]

impl Debug for in3_t_[src]

Auto Trait Implementations

impl !Send for in3_t_

impl !Sync for in3_t_

impl Unpin for in3_t_

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.