#[repr(C)]pub struct in3_chain {
pub version: u8,
pub chain_id: chain_id_t,
pub type_: in3_chain_type_t,
pub verified_hashes: *mut in3_verified_hash_t,
}Fields§
§version: u8§chain_id: chain_id_t§type_: in3_chain_type_t§verified_hashes: *mut in3_verified_hash_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for in3_chain
impl RefUnwindSafe for in3_chain
impl !Send for in3_chain
impl !Sync for in3_chain
impl Unpin for in3_chain
impl UnwindSafe for in3_chain
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