Struct bitcoin_qt::MacDockIconHandler
source · pub struct MacDockIconHandler { /* private fields */ }
Expand description
| macOS-specific Dock icon handler. |
Implementations§
source§impl MacDockIconHandler
impl MacDockIconHandler
pub fn instance() -> *mut MacDockIconHandler
pub fn cleanup()
pub fn dock_icon_clicked(&mut self)
Auto Trait Implementations§
impl RefUnwindSafe for MacDockIconHandler
impl Send for MacDockIconHandler
impl Sync for MacDockIconHandler
impl Unpin for MacDockIconHandler
impl UnwindSafe for MacDockIconHandler
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