Struct x11rb::protocol::xinput::XIListPropertiesRequest   
source · pub struct XIListPropertiesRequest {
    pub deviceid: u16,
}Fields§
§deviceid: u16Implementations§
Trait Implementations§
source§impl Clone for XIListPropertiesRequest
 
impl Clone for XIListPropertiesRequest
source§fn clone(&self) -> XIListPropertiesRequest
 
fn clone(&self) -> XIListPropertiesRequest
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 XIListPropertiesRequest
 
impl Debug for XIListPropertiesRequest
source§impl Default for XIListPropertiesRequest
 
impl Default for XIListPropertiesRequest
source§fn default() -> XIListPropertiesRequest
 
fn default() -> XIListPropertiesRequest
Returns the “default value” for a type. Read more
source§impl ReplyRequest for XIListPropertiesRequest
 
impl ReplyRequest for XIListPropertiesRequest
§type Reply = XIListPropertiesReply
 
type Reply = XIListPropertiesReply
The kind of reply that this request generates.
source§impl Request for XIListPropertiesRequest
 
impl Request for XIListPropertiesRequest
impl Copy for XIListPropertiesRequest
Auto Trait Implementations§
impl Freeze for XIListPropertiesRequest
impl RefUnwindSafe for XIListPropertiesRequest
impl Send for XIListPropertiesRequest
impl Sync for XIListPropertiesRequest
impl Unpin for XIListPropertiesRequest
impl UnwindSafe for XIListPropertiesRequest
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