Struct windows_sys::Data::Text::TextPredictionOptions
[−]#[repr(transparent)]pub struct TextPredictionOptions(pub u32);
Expand description
Required features: "Data_Text"
Tuple Fields
0: u32
Implementations
impl TextPredictionOptions
impl TextPredictionOptions
pub const None: Self = Self(0u32)
pub const Predictions: Self = Self(1u32)
pub const Corrections: Self = Self(2u32)
Trait Implementations
impl Clone for TextPredictionOptions
impl Clone for TextPredictionOptions
impl Copy for TextPredictionOptions
Auto Trait Implementations
impl RefUnwindSafe for TextPredictionOptions
impl Send for TextPredictionOptions
impl Sync for TextPredictionOptions
impl Unpin for TextPredictionOptions
impl UnwindSafe for TextPredictionOptions
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