MCPcopy Create free account
hub / github.com/DioxusLabs/anyrender / NullWindowRenderer

Class NullWindowRenderer

crates/anyrender/src/null_backend.rs:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Copy, Clone, Default)]
7pub struct NullWindowRenderer {
8 is_active: bool,
9}
10
11impl NullWindowRenderer {
12 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected