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