Struct windows_sys::Win32::UI::TextServices::TS_STATUS
[−]Expand description
Required features: "Win32_UI_TextServices"
Fields
dwDynamicFlags: u32
dwStaticFlags: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TS_STATUS
impl Send for TS_STATUS
impl Sync for TS_STATUS
impl Unpin for TS_STATUS
impl UnwindSafe for TS_STATUS
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