Struct windows_sys::Win32::UI::TextServices::TS_SELECTIONSTYLE
[−]#[repr(C)]pub struct TS_SELECTIONSTYLE {
pub ase: TsActiveSelEnd,
pub fInterimChar: BOOL,
}
Expand description
Required features: "Win32_UI_TextServices"
, "Win32_Foundation"
Fields
ase: TsActiveSelEnd
fInterimChar: BOOL
Trait Implementations
impl Clone for TS_SELECTIONSTYLE
impl Clone for TS_SELECTIONSTYLE
impl Copy for TS_SELECTIONSTYLE
Auto Trait Implementations
impl RefUnwindSafe for TS_SELECTIONSTYLE
impl Send for TS_SELECTIONSTYLE
impl Sync for TS_SELECTIONSTYLE
impl Unpin for TS_SELECTIONSTYLE
impl UnwindSafe for TS_SELECTIONSTYLE
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