Type Alias Window
pub type Window = u32;
Trait Implementations§
Source§impl<C: RequestConnection> From<&WindowWrapper<C>> for Window
impl<C: RequestConnection> From<&WindowWrapper<C>> for Window
Source§fn from(from: &WindowWrapper<C>) -> Self
fn from(from: &WindowWrapper<C>) -> Self
Converts to this type from the input type.