Struct bitcoin_argsman::SIGNET_BASE_PARAMS
source · pub struct SIGNET_BASE_PARAMS { /* private fields */ }Methods from Deref<Target = BaseChainParams>§
Trait Implementations§
source§impl Deref for SIGNET_BASE_PARAMS
impl Deref for SIGNET_BASE_PARAMS
§type Target = BaseChainParams
type Target = BaseChainParams
The resulting type after dereferencing.
source§fn deref(&self) -> &BaseChainParams
fn deref(&self) -> &BaseChainParams
Dereferences the value.
impl LazyStatic for SIGNET_BASE_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for SIGNET_BASE_PARAMS
impl Send for SIGNET_BASE_PARAMS
impl Sync for SIGNET_BASE_PARAMS
impl Unpin for SIGNET_BASE_PARAMS
impl UnwindSafe for SIGNET_BASE_PARAMS
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