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: boolTrait 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