[][src]Type Definition xcb::xproto::AllocColorCellsReply

type AllocColorCellsReply = Reply<xcb_alloc_color_cells_reply_t>;

Methods

impl AllocColorCellsReply[src]

pub fn pixels_len(&self) -> u16[src]

pub fn masks_len(&self) -> u16[src]

pub fn pixels(&self) -> &[u32][src]

pub fn masks(&self) -> &[u32][src]