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
§fn clone(&self) -> VSC_LPWSTR
fn clone(&self) -> VSC_LPWSTR
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VSC_LPWSTR
Auto Trait Implementations§
impl Freeze for VSC_LPWSTR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)