Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::KBDTABLE_MULTI
[−]#[repr(C)]pub struct KBDTABLE_MULTI {
pub nTables: u32,
pub aKbdTables: [KBDTABLE_DESC; 8],
}
Expand description
Required features: "Win32_UI_Input_KeyboardAndMouse"
Fields
nTables: u32
aKbdTables: [KBDTABLE_DESC; 8]
Trait Implementations
impl Clone for KBDTABLE_MULTI
impl Clone for KBDTABLE_MULTI
impl Copy for KBDTABLE_MULTI
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more