Struct bitcoin_db::OBFUSCATE_KEY_NUM_BYTES
source · pub struct OBFUSCATE_KEY_NUM_BYTES { /* private fields */ }Expand description
| the length of the obfuscate key in number | of bytes |
Methods from Deref<Target = usize>§
Trait Implementations§
source§impl Deref for OBFUSCATE_KEY_NUM_BYTES
impl Deref for OBFUSCATE_KEY_NUM_BYTES
impl LazyStatic for OBFUSCATE_KEY_NUM_BYTES
Auto Trait Implementations§
impl RefUnwindSafe for OBFUSCATE_KEY_NUM_BYTES
impl Send for OBFUSCATE_KEY_NUM_BYTES
impl Sync for OBFUSCATE_KEY_NUM_BYTES
impl Unpin for OBFUSCATE_KEY_NUM_BYTES
impl UnwindSafe for OBFUSCATE_KEY_NUM_BYTES
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