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_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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more