MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / SerdePosition

Class SerdePosition

src/window.rs:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126#[derive(Deserialize)]
127pub struct SerdePosition {
128 x: i32,
129 y: i32,
130}
131
132impl Into<PhysicalPosition<i32>> for SerdePosition {
133 fn into(self) -> PhysicalPosition<i32> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected