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