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