Struct windows_sys::UI::Core::CoreVirtualKeyStates
[−]#[repr(transparent)]pub struct CoreVirtualKeyStates(pub u32);Expand description
Required features: ‘UI_Core’
Tuple Fields
0: u32Implementations
impl CoreVirtualKeyStates
impl CoreVirtualKeyStates
Trait Implementations
impl Clone for CoreVirtualKeyStates
impl Clone for CoreVirtualKeyStates
impl Copy for CoreVirtualKeyStates
Auto Trait Implementations
impl RefUnwindSafe for CoreVirtualKeyStates
impl Send for CoreVirtualKeyStates
impl Sync for CoreVirtualKeyStates
impl Unpin for CoreVirtualKeyStates
impl UnwindSafe for CoreVirtualKeyStates
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more