Struct windows_sys::UI::Text::TextSetOptions
[−]#[repr(transparent)]pub struct TextSetOptions(pub u32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: u32
Implementations
impl TextSetOptions
impl TextSetOptions
pub const None: Self = Self(0u32)
pub const UnicodeBidi: Self = Self(1u32)
pub const Unlink: Self = Self(8u32)
pub const Unhide: Self = Self(16u32)
pub const CheckTextLimit: Self = Self(32u32)
pub const FormatRtf: Self = Self(8192u32)
pub const ApplyRtfDocumentDefaults: Self = Self(16384u32)
Trait Implementations
impl Clone for TextSetOptions
impl Clone for TextSetOptions
impl Copy for TextSetOptions
Auto Trait Implementations
impl RefUnwindSafe for TextSetOptions
impl Send for TextSetOptions
impl Sync for TextSetOptions
impl Unpin for TextSetOptions
impl UnwindSafe for TextSetOptions
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