Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/17cupsofcoffee/nova
/ eq
Method
eq
src/input/gamepad.rs:25–27 ·
view source on GitHub ↗
(&self, other: &Self)
Source
from the content-addressed store, hash-verified
23
24
impl PartialEq for Gamepad {
25
fn eq(&self, other: &Self) -> bool {
26
Rc::ptr_eq(&self.0, &other.0)
27
}
28
}
29
30
impl fmt::Debug for Gamepad {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected