Struct bitcoin_qt::CreateWalletActivity
source · pub struct CreateWalletActivity { /* private fields */ }
Implementations§
source§impl CreateWalletActivity
impl CreateWalletActivity
pub fn created(&mut self, wallet_model: *mut WalletModel)
source§impl CreateWalletActivity
impl CreateWalletActivity
pub fn new( wallet_controller: *mut WalletController, parent_widget: *mut u32 ) -> Self
pub fn ask_passphrase(&mut self)
pub fn create_wallet(&mut self)
pub fn finish(&mut self)
pub fn create(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CreateWalletActivity
impl !Send for CreateWalletActivity
impl !Sync for CreateWalletActivity
impl Unpin for CreateWalletActivity
impl !UnwindSafe for CreateWalletActivity
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