Struct bitcoin_qt::ReceiveRequestDialog
source · pub struct ReceiveRequestDialog { /* private fields */ }
Implementations§
source§impl ReceiveRequestDialog
impl ReceiveRequestDialog
pub fn new(parent: *mut u32) -> Self
pub fn set_model(&mut self, model: *mut WalletModel)
pub fn set_info(&mut self, info: &SendCoinsRecipient)
pub fn update_display_unit(&mut self)
pub fn on_btn_copyuri_clicked(&mut self)
pub fn on_btn_copy_address_clicked(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ReceiveRequestDialog
impl !Send for ReceiveRequestDialog
impl !Sync for ReceiveRequestDialog
impl Unpin for ReceiveRequestDialog
impl !UnwindSafe for ReceiveRequestDialog
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