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