pub struct GetCursorImageAndNameRequest;
Implementations§
Trait Implementations§
Source§impl Clone for GetCursorImageAndNameRequest
impl Clone for GetCursorImageAndNameRequest
Source§fn clone(&self) -> GetCursorImageAndNameRequest
fn clone(&self) -> GetCursorImageAndNameRequest
Returns a duplicate 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 GetCursorImageAndNameRequest
impl Debug for GetCursorImageAndNameRequest
Source§impl Default for GetCursorImageAndNameRequest
impl Default for GetCursorImageAndNameRequest
Source§fn default() -> GetCursorImageAndNameRequest
fn default() -> GetCursorImageAndNameRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetCursorImageAndNameRequest
impl Hash for GetCursorImageAndNameRequest
Source§impl Ord for GetCursorImageAndNameRequest
impl Ord for GetCursorImageAndNameRequest
Source§fn cmp(&self, other: &GetCursorImageAndNameRequest) -> Ordering
fn cmp(&self, other: &GetCursorImageAndNameRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetCursorImageAndNameRequest
impl PartialEq for GetCursorImageAndNameRequest
Source§fn eq(&self, other: &GetCursorImageAndNameRequest) -> bool
fn eq(&self, other: &GetCursorImageAndNameRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for GetCursorImageAndNameRequest
impl PartialOrd for GetCursorImageAndNameRequest
Source§impl ReplyRequest for GetCursorImageAndNameRequest
impl ReplyRequest for GetCursorImageAndNameRequest
Source§type Reply = GetCursorImageAndNameReply
type Reply = GetCursorImageAndNameReply
The kind of reply that this request generates.
impl Copy for GetCursorImageAndNameRequest
impl Eq for GetCursorImageAndNameRequest
impl StructuralPartialEq for GetCursorImageAndNameRequest
Auto Trait Implementations§
impl Freeze for GetCursorImageAndNameRequest
impl RefUnwindSafe for GetCursorImageAndNameRequest
impl Send for GetCursorImageAndNameRequest
impl Sync for GetCursorImageAndNameRequest
impl Unpin for GetCursorImageAndNameRequest
impl UnwindSafe for GetCursorImageAndNameRequest
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