change_drawable_attributes

Function change_drawable_attributes 

Source
pub async fn change_drawable_attributes<'c, 'input, Conn>(
    conn: &'c Conn,
    drawable: Drawable,
    attribs: &'input [u32],
) -> Result<VoidCookie<'c, Conn>, ConnectionError>
where Conn: RequestConnection + ?Sized,