Struct xcb::xf86dri::GetDrawableInfoReply
source · pub struct GetDrawableInfoReply { /* private fields */ }
Expand description
Reply type for GetDrawableInfo.
Can be obtained from a GetDrawableInfoCookie with Connection::wait_for_reply or from a GetDrawableInfoCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetDrawableInfoReply
impl GetDrawableInfoReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn drawable_table_index(&self) -> u32
pub fn drawable_table_stamp(&self) -> u32
pub fn drawable_origin_x(&self) -> i16
pub fn drawable_origin_y(&self) -> i16
pub fn drawable_size_w(&self) -> i16
pub fn drawable_size_h(&self) -> i16
pub fn back_x(&self) -> i16
pub fn back_y(&self) -> i16
pub fn clip_rects(&self) -> &[DrmClipRect]
pub fn back_clip_rects(&self) -> &[DrmClipRect]
Trait Implementations§
source§impl Debug for GetDrawableInfoReply
impl Debug for GetDrawableInfoReply
source§impl Drop for GetDrawableInfoReply
impl Drop for GetDrawableInfoReply
source§impl Reply for GetDrawableInfoReply
impl Reply for GetDrawableInfoReply
impl Send for GetDrawableInfoReply
impl Sync for GetDrawableInfoReply
Auto Trait Implementations§
impl Freeze for GetDrawableInfoReply
impl RefUnwindSafe for GetDrawableInfoReply
impl Unpin for GetDrawableInfoReply
impl UnwindSafe for GetDrawableInfoReply
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