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