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