Struct bitcoin_qt::BanTablePriv
source · pub struct BanTablePriv { /* private fields */ }
Implementations§
source§impl BanTablePriv
impl BanTablePriv
sourcepub fn refresh_banlist(&mut self, node: Rc<RefCell<dyn NodeInterface>>)
pub fn refresh_banlist(&mut self, node: Rc<RefCell<dyn NodeInterface>>)
| Pull a full list of banned nodes from | Node into our cache |
pub fn size(&self) -> i32
pub fn index(&mut self, idx: i32) -> *mut CombinedBan
Auto Trait Implementations§
impl RefUnwindSafe for BanTablePriv
impl Send for BanTablePriv
impl Sync for BanTablePriv
impl Unpin for BanTablePriv
impl UnwindSafe for BanTablePriv
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