Struct bitcoin_scripting::ScriptID
source · pub struct ScriptID { /* private fields */ }
Expand description
| A reference to a Script: the Hash160 | of its serialization (see script.h) |
Trait Implementations§
source§impl From<&ScriptHash> for ScriptID
impl From<&ScriptHash> for ScriptID
source§fn from(in_: &ScriptHash) -> Self
fn from(in_: &ScriptHash) -> Self
Converts to this type from the input type.
source§impl From<&ScriptID> for ScriptHash
impl From<&ScriptID> for ScriptHash
Auto Trait Implementations§
impl RefUnwindSafe for ScriptID
impl Send for ScriptID
impl Sync for ScriptID
impl Unpin for ScriptID
impl UnwindSafe for ScriptID
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