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