winit 0.30.13

Cross-platform window creation library.
Documentation
1
2
3
4
5
6
7
8
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct DeviceId(pub i32);

impl DeviceId {
    pub const fn dummy() -> Self {
        Self(0)
    }
}