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