#[repr(C)]pub struct in3_t_ {Show 15 fields
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: u8§replace_latest_block: u8§flags: uint_fast16_t§finality: u16§max_attempts: uint_fast16_t§max_verified_hashes: uint_fast16_t§alloc_verified_hashes: uint_fast16_t§pending: uint_fast16_t§cache_timeout: u32§timeout: u32§id_count: u32§plugin_acts: in3_plugin_supp_acts_t§proof: in3_proof_t§chain: in3_chain_t§plugins: *mut in3_plugin_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for in3_t_
impl RefUnwindSafe for in3_t_
impl !Send for in3_t_
impl !Sync for in3_t_
impl Unpin for in3_t_
impl UnwindSafe for in3_t_
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