Struct bitcoin_primitives::CheckpointData
source · pub struct CheckpointData { /* private fields */ }Implementations§
source§impl CheckpointData
impl CheckpointData
pub fn get_height(&self) -> i32
Trait Implementations§
source§impl Default for CheckpointData
impl Default for CheckpointData
source§fn default() -> CheckpointData
fn default() -> CheckpointData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CheckpointData
impl Send for CheckpointData
impl Sync for CheckpointData
impl Unpin for CheckpointData
impl UnwindSafe for CheckpointData
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§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