pub struct GetCursorImageAndName {}Expand description
The GetCursorImageAndName request.
This request replies GetCursorImageAndNameReply.
Associated cookie types are GetCursorImageAndNameCookie and GetCursorImageAndNameCookieUnchecked.
Trait Implementations§
Source§impl Clone for GetCursorImageAndName
impl Clone for GetCursorImageAndName
Source§fn clone(&self) -> GetCursorImageAndName
fn clone(&self) -> GetCursorImageAndName
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 GetCursorImageAndName
impl Debug for GetCursorImageAndName
Source§impl RawRequest for GetCursorImageAndName
impl RawRequest for GetCursorImageAndName
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 GetCursorImageAndName
impl Request for GetCursorImageAndName
Source§impl RequestWithReply for GetCursorImageAndName
impl RequestWithReply for GetCursorImageAndName
Source§type Reply = GetCursorImageAndNameReply
type Reply = GetCursorImageAndNameReply
Reply associated with the request
Source§type Cookie = GetCursorImageAndNameCookie
type Cookie = GetCursorImageAndNameCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetCursorImageAndNameCookieUnchecked
type CookieUnchecked = GetCursorImageAndNameCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetCursorImageAndName
impl RefUnwindSafe for GetCursorImageAndName
impl Send for GetCursorImageAndName
impl Sync for GetCursorImageAndName
impl Unpin for GetCursorImageAndName
impl UnwindSafe for GetCursorImageAndName
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