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