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