Struct xcb::dri2::CopyRegionReply
source · pub struct CopyRegionReply { /* private fields */ }
Expand description
Reply type for CopyRegion.
Can be obtained from a CopyRegionCookie with Connection::wait_for_reply or from a CopyRegionCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for CopyRegionReply
impl Debug for CopyRegionReply
source§impl Drop for CopyRegionReply
impl Drop for CopyRegionReply
source§impl Reply for CopyRegionReply
impl Reply for CopyRegionReply
impl Send for CopyRegionReply
impl Sync for CopyRegionReply
Auto Trait Implementations§
impl Freeze for CopyRegionReply
impl RefUnwindSafe for CopyRegionReply
impl Unpin for CopyRegionReply
impl UnwindSafe for CopyRegionReply
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