Function redwm::imports::put_image[][src]

pub fn put_image<Conn>(
    conn: &'c Conn,
    format: ImageFormat,
    drawable: u32,
    gc: u32,
    width: u16,
    height: u16,
    dst_x: i16,
    dst_y: i16,
    left_pad: u8,
    depth: u8,
    data: &'input [u8]
) -> Result<VoidCookie<'c, Conn>, ConnectionError> where
    Conn: RequestConnection + ?Sized