Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::VSC_LPWSTR
[−]Expand description
Required features: ‘Win32_UI_Input_KeyboardAndMouse’
Fields
vsc: u8
pwsz: PWSTR
Trait Implementations
impl Clone for VSC_LPWSTR
impl Clone for VSC_LPWSTR
impl Copy for VSC_LPWSTR
Auto Trait Implementations
impl RefUnwindSafe for VSC_LPWSTR
impl !Send for VSC_LPWSTR
impl !Sync for VSC_LPWSTR
impl Unpin for VSC_LPWSTR
impl UnwindSafe for VSC_LPWSTR
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