Struct bitcoin_qt::AskPassphraseDialog
source · pub struct AskPassphraseDialog { /* private fields */ }
Expand description
| Multifunctional dialog to ask for passphrases. | Used for encryption, unlocking, and | changing the passphrase. |
Implementations§
source§impl AskPassphraseDialog
impl AskPassphraseDialog
pub fn new( mode: AskPassphraseDialogMode, parent: *mut u32, passphrase_out: *mut SecureString ) -> Self
pub fn set_model(&mut self, model: *mut WalletModel)
pub fn accept(&mut self)
pub fn text_changed(&mut self)
pub fn event(&mut self, event: *mut u32) -> bool
pub fn toggle_show_password(&mut self, show: bool)
pub fn event_filter(&mut self, object: *mut u32, event: *mut u32) -> bool
pub fn secure_clear_pass_fields(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AskPassphraseDialog
impl !Send for AskPassphraseDialog
impl !Sync for AskPassphraseDialog
impl Unpin for AskPassphraseDialog
impl !UnwindSafe for AskPassphraseDialog
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