[][src]Type Definition xcb::shape::QueryExtentsReply

type QueryExtentsReply = Reply<xcb_shape_query_extents_reply_t>;

Methods

impl QueryExtentsReply[src]

pub fn bounding_shaped(&self) -> bool[src]

pub fn clip_shaped(&self) -> bool[src]

pub fn bounding_shape_extents_x(&self) -> i16[src]

pub fn bounding_shape_extents_y(&self) -> i16[src]

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

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

pub fn clip_shape_extents_x(&self) -> i16[src]

pub fn clip_shape_extents_y(&self) -> i16[src]

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

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