Struct xcb::xfixes::GetCursorImageAndName
source · 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)