Struct windows_sys::Win32::UI::Input::Ime::IMESTRINGINFO
[−]Expand description
Required features: "Win32_UI_Input_Ime"
Fields
dwFarEastId: u32
lpwstr: PWSTR
Trait Implementations
impl Clone for IMESTRINGINFO
impl Clone for IMESTRINGINFO
impl Copy for IMESTRINGINFO
Auto Trait Implementations
impl RefUnwindSafe for IMESTRINGINFO
impl !Send for IMESTRINGINFO
impl !Sync for IMESTRINGINFO
impl Unpin for IMESTRINGINFO
impl UnwindSafe for IMESTRINGINFO
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