[][src]Trait winit::os::windows::DeviceIdExt

pub trait DeviceIdExt {
    fn get_persistent_identifier(&self) -> Option<String>;
}

Additional methods on DeviceId that are specific to Windows.

Required methods

fn get_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.

Loading content...

Implementors

impl DeviceIdExt for DeviceId[src]

Loading content...