#[repr(C)]pub struct eth_blknum_t {
pub __bindgen_anon_1: eth_blknum_t__bindgen_ty_1,
pub is_u64: bool,
}Fields§
§__bindgen_anon_1: eth_blknum_t__bindgen_ty_1§is_u64: boolTrait Implementations§
Source§impl Clone for eth_blknum_t
impl Clone for eth_blknum_t
Source§fn clone(&self) -> eth_blknum_t
fn clone(&self) -> eth_blknum_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for eth_blknum_t
impl Debug for eth_blknum_t
impl Copy for eth_blknum_t
Auto Trait Implementations§
impl Freeze for eth_blknum_t
impl RefUnwindSafe for eth_blknum_t
impl Send for eth_blknum_t
impl Sync for eth_blknum_t
impl Unpin for eth_blknum_t
impl UnwindSafe for eth_blknum_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