Struct xcb::shape::InputSelected
source · pub struct InputSelected {
pub destination_window: Window,
}
Expand description
The InputSelected
request.
This request replies InputSelectedReply.
Associated cookie types are InputSelectedCookie and InputSelectedCookieUnchecked.
Fields§
§destination_window: Window
Trait Implementations§
source§impl Clone for InputSelected
impl Clone for InputSelected
source§fn clone(&self) -> InputSelected
fn clone(&self) -> InputSelected
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 InputSelected
impl Debug for InputSelected
source§impl RawRequest for InputSelected
impl RawRequest for InputSelected
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 InputSelected
impl Request for InputSelected
source§impl RequestWithReply for InputSelected
impl RequestWithReply for InputSelected
source§type Reply = InputSelectedReply
type Reply = InputSelectedReply
Reply associated with the request
source§type Cookie = InputSelectedCookie
type Cookie = InputSelectedCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = InputSelectedCookieUnchecked
type CookieUnchecked = InputSelectedCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for InputSelected
impl RefUnwindSafe for InputSelected
impl Send for InputSelected
impl Sync for InputSelected
impl Unpin for InputSelected
impl UnwindSafe for InputSelected
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
)