Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::DEADKEY
[−]Expand description
Required features: "Win32_UI_Input_KeyboardAndMouse"
Fields
dwBoth: u32
wchComposed: u16
uFlags: u16
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DEADKEY
impl Send for DEADKEY
impl Sync for DEADKEY
impl Unpin for DEADKEY
impl UnwindSafe for DEADKEY
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