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