Struct bitcoin_system::StdLockGuard
source · pub struct StdLockGuard<'a> { /* private fields */ }Expand description
| StdLockGuard provides an annotated | version of std::lock_guard for us, | and should only be used when sync.h Mutex/LOCK/etc | are not usable. |
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for StdLockGuard<'a>
impl<'a> !Send for StdLockGuard<'a>
impl<'a> Sync for StdLockGuard<'a>
impl<'a> Unpin for StdLockGuard<'a>
impl<'a> UnwindSafe for StdLockGuard<'a>
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