Struct bitcoin_qt::SignVerifyMessageDialog
source · pub struct SignVerifyMessageDialog { /* private fields */ }
Implementations§
source§impl SignVerifyMessageDialog
impl SignVerifyMessageDialog
pub fn new(platform_style: *const PlatformStyle, parent: *mut u32) -> Self
pub fn set_model(&mut self, model: *mut WalletModel)
pub fn set_address_sm(&mut self, address: &String)
pub fn set_address_vm(&mut self, address: &String)
pub fn show_tab_sm(&mut self, show: bool)
pub fn show_tab_vm(&mut self, show: bool)
pub fn event_filter(&mut self, object: *mut u32, event: *mut u32) -> bool
pub fn change_event(&mut self, e: *mut u32)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SignVerifyMessageDialog
impl !Send for SignVerifyMessageDialog
impl !Sync for SignVerifyMessageDialog
impl Unpin for SignVerifyMessageDialog
impl !UnwindSafe for SignVerifyMessageDialog
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