Struct windows::Win32::UI::Input::KeyboardAndMouse::VK_TO_WCHARS5
#[repr(C)]pub struct VK_TO_WCHARS5 {
pub VirtualKey: u8,
pub Attributes: u8,
pub wch: [u16; 5],
}
Fields§
§VirtualKey: u8
§Attributes: u8
§wch: [u16; 5]
Trait Implementations§
§impl Clone for VK_TO_WCHARS5
impl Clone for VK_TO_WCHARS5
§fn clone(&self) -> VK_TO_WCHARS5
fn clone(&self) -> VK_TO_WCHARS5
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 VK_TO_WCHARS5
impl Debug for VK_TO_WCHARS5
§impl Default for VK_TO_WCHARS5
impl Default for VK_TO_WCHARS5
§impl PartialEq for VK_TO_WCHARS5
impl PartialEq for VK_TO_WCHARS5
§fn eq(&self, other: &VK_TO_WCHARS5) -> bool
fn eq(&self, other: &VK_TO_WCHARS5) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VK_TO_WCHARS5
impl Eq for VK_TO_WCHARS5
impl StructuralPartialEq for VK_TO_WCHARS5
Auto Trait Implementations§
impl Freeze for VK_TO_WCHARS5
impl RefUnwindSafe for VK_TO_WCHARS5
impl Send for VK_TO_WCHARS5
impl Sync for VK_TO_WCHARS5
impl Unpin for VK_TO_WCHARS5
impl UnwindSafe for VK_TO_WCHARS5
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)