Struct windows_sys::Win32::UI::Input::Ime::APPLYCANDEXPARAM
[−]#[repr(C)]pub struct APPLYCANDEXPARAM {
pub dwSize: u32,
pub lpwstrDisplay: PWSTR,
pub lpwstrReading: PWSTR,
pub dwReserved: u32,
}
Expand description
Required features: "Win32_UI_Input_Ime"
Fields
dwSize: u32
lpwstrDisplay: PWSTR
lpwstrReading: PWSTR
dwReserved: u32
Trait Implementations
impl Clone for APPLYCANDEXPARAM
impl Clone for APPLYCANDEXPARAM
impl Copy for APPLYCANDEXPARAM
Auto Trait Implementations
impl RefUnwindSafe for APPLYCANDEXPARAM
impl !Send for APPLYCANDEXPARAM
impl !Sync for APPLYCANDEXPARAM
impl Unpin for APPLYCANDEXPARAM
impl UnwindSafe for APPLYCANDEXPARAM
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