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