Struct KBDTABLE_MULTI
#[repr(C)]pub struct KBDTABLE_MULTI {
pub nTables: u32,
pub aKbdTables: [KBDTABLE_DESC; 8],
}
Fields§
§nTables: u32
§aKbdTables: [KBDTABLE_DESC; 8]
Trait Implementations§
§impl Clone for KBDTABLE_MULTI
impl Clone for KBDTABLE_MULTI
§fn clone(&self) -> KBDTABLE_MULTI
fn clone(&self) -> KBDTABLE_MULTI
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 moreimpl Copy for KBDTABLE_MULTI
Auto Trait Implementations§
impl Freeze for KBDTABLE_MULTI
impl RefUnwindSafe for KBDTABLE_MULTI
impl Send for KBDTABLE_MULTI
impl Sync for KBDTABLE_MULTI
impl Unpin for KBDTABLE_MULTI
impl UnwindSafe for KBDTABLE_MULTI
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