Struct windows_sys::Win32::UI::TextServices::TF_SELECTION
#[repr(C)]pub struct TF_SELECTION {
pub range: ITfRange,
pub style: TF_SELECTIONSTYLE,
}Expand description
Required features: "Win32_Foundation"
Fields§
§range: ITfRange§style: TF_SELECTIONSTYLETrait Implementations§
§impl Clone for TF_SELECTION
impl Clone for TF_SELECTION
impl Copy for TF_SELECTION
Auto Trait Implementations§
impl RefUnwindSafe for TF_SELECTION
impl !Send for TF_SELECTION
impl !Sync for TF_SELECTION
impl Unpin for TF_SELECTION
impl UnwindSafe for TF_SELECTION
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