Expand description
Required features: "Win32_UI_Input_Ime"
, "Win32_Foundation"
Fields
dwStyle: u32
szDescription: [CHAR; 32]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for STYLEBUFA
impl Send for STYLEBUFA
impl Sync for STYLEBUFA
impl Unpin for STYLEBUFA
impl UnwindSafe for STYLEBUFA
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