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