Struct xcb::xinput::ChangeDeviceProperty
source · pub struct ChangeDeviceProperty {
pub property: Atom,
pub type: Atom,
pub device_id: u8,
pub mode: PropMode,
pub num_items: u32,
pub items: ChangeDevicePropertyItems,
}
Expand description
The ChangeDeviceProperty
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§property: Atom
§type: Atom
§device_id: u8
§mode: PropMode
§num_items: u32
§items: ChangeDevicePropertyItems
Trait Implementations§
source§impl Clone for ChangeDeviceProperty
impl Clone for ChangeDeviceProperty
source§fn clone(&self) -> ChangeDeviceProperty
fn clone(&self) -> ChangeDeviceProperty
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 ChangeDeviceProperty
impl Debug for ChangeDeviceProperty
source§impl RawRequest for ChangeDeviceProperty
impl RawRequest for ChangeDeviceProperty
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 ChangeDeviceProperty
impl Request for ChangeDeviceProperty
impl RequestWithoutReply for ChangeDeviceProperty
Auto Trait Implementations§
impl Freeze for ChangeDeviceProperty
impl RefUnwindSafe for ChangeDeviceProperty
impl Send for ChangeDeviceProperty
impl Sync for ChangeDeviceProperty
impl Unpin for ChangeDeviceProperty
impl UnwindSafe for ChangeDeviceProperty
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
)