MCPcopy Create free account
hub / github.com/17cupsofcoffee/nova / fmt

Method fmt

src/input/gamepad.rs:31–33  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

29
30impl fmt::Debug for Gamepad {
31 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
32 write!(f, "Gamepad(...)")
33 }
34}
35
36struct GamepadInner {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected