MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / size

Method size

user/src/io.rs:41–43  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

39
40impl OriginDimensions for Display {
41 fn size(&self) -> Size {
42 self.size
43 }
44}
45
46impl DrawTarget for Display {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected