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