Struct bitcoin_qt::WalletControllerActivity
source · pub struct WalletControllerActivity { /* private fields */ }
Implementations§
source§impl WalletControllerActivity
impl WalletControllerActivity
pub fn new( wallet_controller: *mut WalletController, parent_widget: *mut u32 ) -> Self
pub fn show_progress_dialog(&mut self, title_text: &String, label_text: &String)
Auto Trait Implementations§
impl !RefUnwindSafe for WalletControllerActivity
impl !Send for WalletControllerActivity
impl !Sync for WalletControllerActivity
impl Unpin for WalletControllerActivity
impl !UnwindSafe for WalletControllerActivity
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