Struct xcb::xinput::GetDeviceProperty
source · pub struct GetDeviceProperty {
pub property: Atom,
pub type: Atom,
pub offset: u32,
pub len: u32,
pub device_id: u8,
pub delete: bool,
}
Expand description
The GetDeviceProperty
request.
This request replies GetDevicePropertyReply.
Associated cookie types are GetDevicePropertyCookie and GetDevicePropertyCookieUnchecked.
Fields§
§property: Atom
§type: Atom
§offset: u32
§len: u32
§device_id: u8
§delete: bool
Trait Implementations§
source§impl Clone for GetDeviceProperty
impl Clone for GetDeviceProperty
source§fn clone(&self) -> GetDeviceProperty
fn clone(&self) -> GetDeviceProperty
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 GetDeviceProperty
impl Debug for GetDeviceProperty
source§impl RawRequest for GetDeviceProperty
impl RawRequest for GetDeviceProperty
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 GetDeviceProperty
impl Request for GetDeviceProperty
source§impl RequestWithReply for GetDeviceProperty
impl RequestWithReply for GetDeviceProperty
source§type Reply = GetDevicePropertyReply
type Reply = GetDevicePropertyReply
Reply associated with the request
source§type Cookie = GetDevicePropertyCookie
type Cookie = GetDevicePropertyCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetDevicePropertyCookieUnchecked
type CookieUnchecked = GetDevicePropertyCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetDeviceProperty
impl RefUnwindSafe for GetDeviceProperty
impl Send for GetDeviceProperty
impl Sync for GetDeviceProperty
impl Unpin for GetDeviceProperty
impl UnwindSafe for GetDeviceProperty
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
)