Struct bitcoin_qt::QRImageWidget
source · pub struct QRImageWidget { /* private fields */ }
Expand description
| Label widget for QR code. This image | can be dragged, dropped, copied and | saved to disk. |
Implementations§
Trait Implementations§
source§impl ContextMenuEvent for QRImageWidget
impl ContextMenuEvent for QRImageWidget
source§impl MousePressEvent for QRImageWidget
impl MousePressEvent for QRImageWidget
fn mouse_press_event(&mut self, event: *mut u32)
Auto Trait Implementations§
impl RefUnwindSafe for QRImageWidget
impl !Send for QRImageWidget
impl !Sync for QRImageWidget
impl Unpin for QRImageWidget
impl UnwindSafe for QRImageWidget
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