Struct bitcoin_qt::AddressTablePriv
source · pub struct AddressTablePriv { /* private fields */ }
Expand description
| Private implementation |
Implementations§
source§impl AddressTablePriv
impl AddressTablePriv
pub fn new(parent: *mut AddressTableModel) -> Self
pub fn refresh_address_table( &mut self, wallet: Rc<RefCell<dyn WalletInterface>>, pk_hash_only: Option<bool> )
pub fn update_entry( &mut self, address: &String, label: &String, is_mine: bool, purpose: &String, status: i32 )
pub fn size(&mut self) -> i32
pub fn index(&mut self, idx: i32) -> *mut AddressTableEntry
Auto Trait Implementations§
impl !RefUnwindSafe for AddressTablePriv
impl !Send for AddressTablePriv
impl !Sync for AddressTablePriv
impl Unpin for AddressTablePriv
impl !UnwindSafe for AddressTablePriv
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