Struct xcb::shape::QueryExtentsReply
source · pub struct QueryExtentsReply { /* private fields */ }
Expand description
Reply type for QueryExtents.
Can be obtained from a QueryExtentsCookie with Connection::wait_for_reply or from a QueryExtentsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl QueryExtentsReply
impl QueryExtentsReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn bounding_shaped(&self) -> bool
pub fn clip_shaped(&self) -> bool
pub fn bounding_shape_extents_x(&self) -> i16
pub fn bounding_shape_extents_y(&self) -> i16
pub fn bounding_shape_extents_width(&self) -> u16
pub fn bounding_shape_extents_height(&self) -> u16
pub fn clip_shape_extents_x(&self) -> i16
pub fn clip_shape_extents_y(&self) -> i16
pub fn clip_shape_extents_width(&self) -> u16
pub fn clip_shape_extents_height(&self) -> u16
Trait Implementations§
source§impl Debug for QueryExtentsReply
impl Debug for QueryExtentsReply
source§impl Drop for QueryExtentsReply
impl Drop for QueryExtentsReply
source§impl Reply for QueryExtentsReply
impl Reply for QueryExtentsReply
impl Send for QueryExtentsReply
impl Sync for QueryExtentsReply
Auto Trait Implementations§
impl Freeze for QueryExtentsReply
impl RefUnwindSafe for QueryExtentsReply
impl Unpin for QueryExtentsReply
impl UnwindSafe for QueryExtentsReply
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more