Struct bitcoin_peerman::N_PRUNE_TARGET
source · pub struct N_PRUNE_TARGET { /* private fields */ }Expand description
| Number of MiB of block files that we’re | trying to stay below. |
Methods from Deref<Target = u64>§
Trait Implementations§
source§impl Deref for N_PRUNE_TARGET
impl Deref for N_PRUNE_TARGET
impl LazyStatic for N_PRUNE_TARGET
Auto Trait Implementations§
impl RefUnwindSafe for N_PRUNE_TARGET
impl Send for N_PRUNE_TARGET
impl Sync for N_PRUNE_TARGET
impl Unpin for N_PRUNE_TARGET
impl UnwindSafe for N_PRUNE_TARGET
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