Trait winit::platform::windows::DeviceIdExtWindows

source ·
pub trait DeviceIdExtWindows {
    // Required method
    fn persistent_identifier(&self) -> Option<String>;
}
Available on windows_platform only.
Expand description

Additional methods on DeviceId that are specific to Windows.

Required Methods§

source

fn persistent_identifier(&self) -> Option<String>

Returns an identifier that persistently refers to this specific device.

Will return None if the device is no longer available.

Implementors§