Struct xcb::xinput::GetDeviceDontPropagateListCookie
source · pub struct GetDeviceDontPropagateListCookie { /* private fields */ }
Expand description
Cookie type for GetDeviceDontPropagateList.
This cookie can be used to get a GetDeviceDontPropagateListReply with Connection::wait_for_reply
Trait Implementations§
source§impl CookieWithReplyChecked for GetDeviceDontPropagateListCookie
impl CookieWithReplyChecked for GetDeviceDontPropagateListCookie
source§type Reply = GetDeviceDontPropagateListReply
type Reply = GetDeviceDontPropagateListReply
The reply type associated with the cookie
impl CookieChecked for GetDeviceDontPropagateListCookie
Auto Trait Implementations§
impl Freeze for GetDeviceDontPropagateListCookie
impl RefUnwindSafe for GetDeviceDontPropagateListCookie
impl Send for GetDeviceDontPropagateListCookie
impl Sync for GetDeviceDontPropagateListCookie
impl Unpin for GetDeviceDontPropagateListCookie
impl UnwindSafe for GetDeviceDontPropagateListCookie
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