Struct windows_sys::Win32::UI::TextServices::TF_PRESERVEDKEY
[−]Expand description
Required features: "Win32_UI_TextServices"
Fields
uVKey: u32
uModifiers: u32
Trait Implementations
impl Clone for TF_PRESERVEDKEY
impl Clone for TF_PRESERVEDKEY
impl Copy for TF_PRESERVEDKEY
Auto Trait Implementations
impl RefUnwindSafe for TF_PRESERVEDKEY
impl Send for TF_PRESERVEDKEY
impl Sync for TF_PRESERVEDKEY
impl Unpin for TF_PRESERVEDKEY
impl UnwindSafe for TF_PRESERVEDKEY
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