Struct xcb::dri2::CopyRegionCookie
source · pub struct CopyRegionCookie { /* private fields */ }
Expand description
Cookie type for CopyRegion.
This cookie can be used to get a CopyRegionReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for CopyRegionCookie
impl Cookie for CopyRegionCookie
source§impl CookieWithReplyChecked for CopyRegionCookie
impl CookieWithReplyChecked for CopyRegionCookie
source§type Reply = CopyRegionReply
type Reply = CopyRegionReply
The reply type associated with the cookie
source§impl Debug for CopyRegionCookie
impl Debug for CopyRegionCookie
impl CookieChecked for CopyRegionCookie
Auto Trait Implementations§
impl Freeze for CopyRegionCookie
impl RefUnwindSafe for CopyRegionCookie
impl Send for CopyRegionCookie
impl Sync for CopyRegionCookie
impl Unpin for CopyRegionCookie
impl UnwindSafe for CopyRegionCookie
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