Struct GetKbdByNameRequest
pub struct GetKbdByNameRequest {
pub device_spec: u16,
pub need: GBNDetail,
pub want: GBNDetail,
pub load: bool,
}
Fields§
§device_spec: u16
§need: GBNDetail
§want: GBNDetail
§load: bool
Implementations§
Trait Implementations§
§impl Clone for GetKbdByNameRequest
impl Clone for GetKbdByNameRequest
§fn clone(&self) -> GetKbdByNameRequest
fn clone(&self) -> GetKbdByNameRequest
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 more§impl Debug for GetKbdByNameRequest
impl Debug for GetKbdByNameRequest
§impl Default for GetKbdByNameRequest
impl Default for GetKbdByNameRequest
§fn default() -> GetKbdByNameRequest
fn default() -> GetKbdByNameRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetKbdByNameRequest
impl ReplyRequest for GetKbdByNameRequest
§type Reply = GetKbdByNameReply
type Reply = GetKbdByNameReply
The kind of reply that this request generates.
§impl Request for GetKbdByNameRequest
impl Request for GetKbdByNameRequest
impl Copy for GetKbdByNameRequest
Auto Trait Implementations§
impl Freeze for GetKbdByNameRequest
impl RefUnwindSafe for GetKbdByNameRequest
impl Send for GetKbdByNameRequest
impl Sync for GetKbdByNameRequest
impl Unpin for GetKbdByNameRequest
impl UnwindSafe for GetKbdByNameRequest
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
)