Struct GetCursorImageAndNameRequest
pub struct GetCursorImageAndNameRequest;
Implementations§
Trait Implementations§
§impl Clone for GetCursorImageAndNameRequest
impl Clone for GetCursorImageAndNameRequest
§fn clone(&self) -> GetCursorImageAndNameRequest
fn clone(&self) -> GetCursorImageAndNameRequest
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 more§impl Debug for GetCursorImageAndNameRequest
impl Debug for GetCursorImageAndNameRequest
§impl Default for GetCursorImageAndNameRequest
impl Default for GetCursorImageAndNameRequest
§fn default() -> GetCursorImageAndNameRequest
fn default() -> GetCursorImageAndNameRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetCursorImageAndNameRequest
impl ReplyRequest for GetCursorImageAndNameRequest
§type Reply = GetCursorImageAndNameReply
type Reply = GetCursorImageAndNameReply
The kind of reply that this request generates.
§impl Request for GetCursorImageAndNameRequest
impl Request for GetCursorImageAndNameRequest
impl Copy 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
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
)