(&mut self)
| 45 | |
| 46 | impl Drop for GamepadInner { |
| 47 | fn drop(&mut self) { |
| 48 | unsafe { |
| 49 | SDL_CloseGamepad(self.handle); |
| 50 | } |
| 51 | } |
| 52 | } |
| 53 | |
| 54 | #[derive(Debug, Copy, Clone, PartialEq, Eq, Hash)] |
nothing calls this directly
no outgoing calls
no test coverage detected