Struct x11rb::protocol::xinput::GetDeviceControlRequest [−][src]
pub struct GetDeviceControlRequest {
pub control_id: DeviceControl,
pub device_id: u8,
}
Fields
control_id: DeviceControl
device_id: u8
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, GetDeviceControlReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Reply = GetDeviceControlReply
type Reply = GetDeviceControlReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for GetDeviceControlRequest
impl Send for GetDeviceControlRequest
impl Sync for GetDeviceControlRequest
impl Unpin for GetDeviceControlRequest
impl UnwindSafe for GetDeviceControlRequest
Blanket Implementations
Mutably borrows from an owned value. Read more