Struct bitcoin_client_ui::ClientUIInterface
source · pub struct ClientUIInterface {}
Expand description
| Signals for UI communication. |
Implementations§
source§impl ClientUIInterface
impl ClientUIInterface
pub fn thread_safe_message_box( &mut self, message: &BilingualStr, caption: &str, style: u32 ) -> bool
pub fn thread_safe_question( &mut self, message: &BilingualStr, non_interactive_message: &str, caption: &str, style: u32 ) -> bool
pub fn init_message(&mut self, message: &str)
pub fn notify_num_connections_changed(&mut self, new_num_connections: i32)
pub fn notify_network_active_changed(&mut self, network_active: bool)
pub fn notify_alert_changed(&mut self)
pub fn show_progress( &mut self, title: &str, n_progress: i32, resume_possible: bool )
pub fn notify_block_tip( &mut self, s: SynchronizationState, i: *const BlockIndex )
pub fn notify_header_tip( &mut self, s: SynchronizationState, i: *const BlockIndex )
pub fn banned_list_changed(&mut self)
Trait Implementations§
source§impl Clone for ClientUIInterface
impl Clone for ClientUIInterface
source§fn clone(&self) -> ClientUIInterface
fn clone(&self) -> ClientUIInterface
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for ClientUIInterface
impl Default for ClientUIInterface
source§fn default() -> ClientUIInterface
fn default() -> ClientUIInterface
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ClientUIInterface
impl Send for ClientUIInterface
impl Sync for ClientUIInterface
impl Unpin for ClientUIInterface
impl UnwindSafe for ClientUIInterface
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