Struct windows_sys::Win32::UI::TextServices::TF_SELECTIONSTYLE
[−]#[repr(C)]pub struct TF_SELECTIONSTYLE {
pub ase: TfActiveSelEnd,
pub fInterimChar: BOOL,
}
Expand description
Required features: ‘Win32_UI_TextServices’, ‘Win32_Foundation’
Fields
ase: TfActiveSelEnd
fInterimChar: BOOL
Trait Implementations
impl Clone for TF_SELECTIONSTYLE
impl Clone for TF_SELECTIONSTYLE
impl Copy for TF_SELECTIONSTYLE
Auto Trait Implementations
impl RefUnwindSafe for TF_SELECTIONSTYLE
impl Send for TF_SELECTIONSTYLE
impl Sync for TF_SELECTIONSTYLE
impl Unpin for TF_SELECTIONSTYLE
impl UnwindSafe for TF_SELECTIONSTYLE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more