pub trait LinuxGamepadExt {
// Required method
fn devpath(&self) -> &Path;
}Expand description
Linux specific extension to Gamepad.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl LinuxGamepadExt for gilrs_core::Gamepad
Available on Linux only.
impl LinuxGamepadExt for gilrs::Gamepad<'_>
Available on Linux only.