Struct windows_sys::Wdk::System::SystemServices::INPUT_MAPPING_ELEMENT
#[repr(C)]pub struct INPUT_MAPPING_ELEMENT {
pub InputMappingId: u32,
}
Fields§
§InputMappingId: u32
Trait Implementations§
§impl Clone for INPUT_MAPPING_ELEMENT
impl Clone for INPUT_MAPPING_ELEMENT
impl Copy for INPUT_MAPPING_ELEMENT
Auto Trait Implementations§
impl RefUnwindSafe for INPUT_MAPPING_ELEMENT
impl Send for INPUT_MAPPING_ELEMENT
impl Sync for INPUT_MAPPING_ELEMENT
impl Unpin for INPUT_MAPPING_ELEMENT
impl UnwindSafe for INPUT_MAPPING_ELEMENT
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