Struct bitcoin_qt::HelpMessageDialog
source · pub struct HelpMessageDialog { /* private fields */ }
Expand description
| “Help message” dialog box |
Implementations§
source§impl HelpMessageDialog
impl HelpMessageDialog
pub fn print_to_console(&mut self)
pub fn show_or_print(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HelpMessageDialog
impl !Send for HelpMessageDialog
impl !Sync for HelpMessageDialog
impl Unpin for HelpMessageDialog
impl UnwindSafe for HelpMessageDialog
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