Struct x11rb::protocol::xkb::GetKbdByNameRequest [−][src]
pub struct GetKbdByNameRequest {
pub device_spec: DeviceSpec,
pub need: u16,
pub want: u16,
pub load: bool,
}
Fields
device_spec: DeviceSpec
need: u16
want: u16
load: bool
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, GetKbdByNameReply>, 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 = GetKbdByNameReply
type Reply = GetKbdByNameReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for GetKbdByNameRequest
impl Send for GetKbdByNameRequest
impl Sync for GetKbdByNameRequest
impl Unpin for GetKbdByNameRequest
impl UnwindSafe for GetKbdByNameRequest
Blanket Implementations
Mutably borrows from an owned value. Read more