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