MCPcopy 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

26use crate::event_loop::serialize_physical_size;
27
28pub struct DynHasRawWindowHandle(pub Box<dyn HasRawWindowHandle>);
29
30unsafe impl HasRawWindowHandle for DynHasRawWindowHandle {
31 fn raw_window_handle(&self) -> RawWindowHandle {

Callers 1

op_create_windowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected