pub struct GetCursorImage {}Expand description
The GetCursorImage request.
This request replies GetCursorImageReply.
Associated cookie types are GetCursorImageCookie and GetCursorImageCookieUnchecked.
Trait Implementations§
Source§impl Clone for GetCursorImage
impl Clone for GetCursorImage
Source§fn clone(&self) -> GetCursorImage
fn clone(&self) -> GetCursorImage
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetCursorImage
impl Debug for GetCursorImage
Source§impl RawRequest for GetCursorImage
impl RawRequest for GetCursorImage
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl Request for GetCursorImage
impl Request for GetCursorImage
Source§impl RequestWithReply for GetCursorImage
impl RequestWithReply for GetCursorImage
Source§type Reply = GetCursorImageReply
type Reply = GetCursorImageReply
Reply associated with the request
Source§type Cookie = GetCursorImageCookie
type Cookie = GetCursorImageCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetCursorImageCookieUnchecked
type CookieUnchecked = GetCursorImageCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetCursorImage
impl RefUnwindSafe for GetCursorImage
impl Send for GetCursorImage
impl Sync for GetCursorImage
impl Unpin for GetCursorImage
impl UnwindSafe for GetCursorImage
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