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