Struct windows_sys::Win32::UI::Input::Ime::REGISTERWORDA
[−]Expand description
Required features: "Win32_UI_Input_Ime"
Fields
lpReading: PSTRlpWord: PSTRTrait Implementations
impl Clone for REGISTERWORDA
impl Clone for REGISTERWORDA
impl Copy for REGISTERWORDA
Auto Trait Implementations
impl RefUnwindSafe for REGISTERWORDA
impl !Send for REGISTERWORDA
impl !Sync for REGISTERWORDA
impl Unpin for REGISTERWORDA
impl UnwindSafe for REGISTERWORDA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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