Struct xcb::xkb::GetKbdByName
source · pub struct GetKbdByName {
pub device_spec: DeviceSpec,
pub need: GbnDetail,
pub want: GbnDetail,
pub load: bool,
}
Expand description
The GetKbdByName
request.
This request replies GetKbdByNameReply.
Associated cookie types are GetKbdByNameCookie and GetKbdByNameCookieUnchecked.
Fields§
§device_spec: DeviceSpec
§need: GbnDetail
§want: GbnDetail
§load: bool
Trait Implementations§
source§impl Clone for GetKbdByName
impl Clone for GetKbdByName
source§fn clone(&self) -> GetKbdByName
fn clone(&self) -> GetKbdByName
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetKbdByName
impl Debug for GetKbdByName
source§impl RawRequest for GetKbdByName
impl RawRequest for GetKbdByName
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for GetKbdByName
impl Request for GetKbdByName
source§impl RequestWithReply for GetKbdByName
impl RequestWithReply for GetKbdByName
source§type Reply = GetKbdByNameReply
type Reply = GetKbdByNameReply
Reply associated with the request
source§type Cookie = GetKbdByNameCookie
type Cookie = GetKbdByNameCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = GetKbdByNameCookieUnchecked
type CookieUnchecked = GetKbdByNameCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetKbdByName
impl RefUnwindSafe for GetKbdByName
impl Send for GetKbdByName
impl Sync for GetKbdByName
impl Unpin for GetKbdByName
impl UnwindSafe for GetKbdByName
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)