Struct xcb::xinput::GetDeviceDontPropagateListReply
source · pub struct GetDeviceDontPropagateListReply { /* private fields */ }
Expand description
Reply type for GetDeviceDontPropagateList.
Can be obtained from a GetDeviceDontPropagateListCookie with Connection::wait_for_reply or from a GetDeviceDontPropagateListCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetDeviceDontPropagateListReply
impl GetDeviceDontPropagateListReply
pub fn response_type(&self) -> u8
pub fn xi_reply_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn classes(&self) -> &[EventClass]
Trait Implementations§
impl Send for GetDeviceDontPropagateListReply
impl Sync for GetDeviceDontPropagateListReply
Auto Trait Implementations§
impl Freeze for GetDeviceDontPropagateListReply
impl RefUnwindSafe for GetDeviceDontPropagateListReply
impl Unpin for GetDeviceDontPropagateListReply
impl UnwindSafe for GetDeviceDontPropagateListReply
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