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