Struct bitcoin_block::FlatFilePos
source · pub struct FlatFilePos {
pub n_file: i32,
pub n_pos: u32,
}Fields§
§n_file: i32§n_pos: u32Implementations§
Trait Implementations§
source§impl Default for FlatFilePos
impl Default for FlatFilePos
source§impl PartialEq<FlatFilePos> for FlatFilePos
impl PartialEq<FlatFilePos> for FlatFilePos
source§fn eq(&self, other: &FlatFilePos) -> bool
fn eq(&self, other: &FlatFilePos) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FlatFilePos
Auto Trait Implementations§
impl RefUnwindSafe for FlatFilePos
impl Send for FlatFilePos
impl Sync for FlatFilePos
impl Unpin for FlatFilePos
impl UnwindSafe for FlatFilePos
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more