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