[][src]Trait winit::platform::windows::DeviceIdExtWindows

pub trait DeviceIdExtWindows {
    pub fn persistent_identifier(&self) -> Option<String>;
}

Additional methods on DeviceId that are specific to Windows.

Required methods

pub fn persistent_identifier(&self) -> Option<String>[src]

Returns an identifier that persistently refers to this specific device.

Will return None if the device is no longer available.

Loading content...

Implementors

impl DeviceIdExtWindows for DeviceId[src]

Loading content...