Struct windows_sys::Win32::UI::Input::KeyboardAndMouse::VSC_LPWSTR
#[repr(C)]pub struct VSC_LPWSTR {
pub vsc: u8,
pub pwsz: PWSTR,
}
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§
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