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