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