#[repr(C, packed(1))]pub struct IMESHF {
pub cbShf: u16,
pub verDic: u16,
pub szTitle: [CHAR; 48],
pub szDescription: [CHAR; 256],
pub szCopyright: [CHAR; 128],
}
Expand description
Required features: "Win32_UI_Input_Ime"
, "Win32_Foundation"
Fields
cbShf: u16
verDic: u16
szTitle: [CHAR; 48]
szDescription: [CHAR; 256]
szCopyright: [CHAR; 128]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IMESHF
impl Send for IMESHF
impl Sync for IMESHF
impl Unpin for IMESHF
impl UnwindSafe for IMESHF
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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