Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ DynHasRawWindowHandle
Class
DynHasRawWindowHandle
src/window.rs:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
use crate::event_loop::serialize_physical_size;
27
28
pub struct DynHasRawWindowHandle(pub Box<dyn HasRawWindowHandle>);
29
30
unsafe impl HasRawWindowHandle for DynHasRawWindowHandle {
31
fn raw_window_handle(&self) -> RawWindowHandle {
Callers
1
op_create_window
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected