Struct windows_sys::Data::Text::TextPredictionOptions
[−]#[repr(transparent)]pub struct TextPredictionOptions(pub u32);
Expand description
Required features: ‘Data_Text’
Tuple Fields
0: u32
Implementations
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more