Struct xcb::xinput::SetDeviceValuatorsReply
source · pub struct SetDeviceValuatorsReply { /* private fields */ }
Expand description
Reply type for SetDeviceValuators.
Can be obtained from a SetDeviceValuatorsCookie with Connection::wait_for_reply or from a SetDeviceValuatorsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl SetDeviceValuatorsReply
impl SetDeviceValuatorsReply
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 status(&self) -> GrabStatus
Trait Implementations§
source§impl Debug for SetDeviceValuatorsReply
impl Debug for SetDeviceValuatorsReply
source§impl Drop for SetDeviceValuatorsReply
impl Drop for SetDeviceValuatorsReply
source§impl Reply for SetDeviceValuatorsReply
impl Reply for SetDeviceValuatorsReply
impl Send for SetDeviceValuatorsReply
impl Sync for SetDeviceValuatorsReply
Auto Trait Implementations§
impl Freeze for SetDeviceValuatorsReply
impl RefUnwindSafe for SetDeviceValuatorsReply
impl Unpin for SetDeviceValuatorsReply
impl UnwindSafe for SetDeviceValuatorsReply
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