Struct windows_sys::UI::Text::TextGetOptions
[−]#[repr(transparent)]pub struct TextGetOptions(pub u32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: u32
Implementations
impl TextGetOptions
impl TextGetOptions
pub const None: Self = Self(0u32)
pub const AdjustCrlf: Self = Self(1u32)
pub const UseCrlf: Self = Self(2u32)
pub const UseObjectText: Self = Self(4u32)
pub const AllowFinalEop: Self = Self(8u32)
pub const NoHidden: Self = Self(32u32)
pub const IncludeNumbering: Self = Self(64u32)
pub const FormatRtf: Self = Self(8192u32)
pub const UseLf: Self = Self(16777216u32)
Trait Implementations
impl Clone for TextGetOptions
impl Clone for TextGetOptions
impl Copy for TextGetOptions
Auto Trait Implementations
impl RefUnwindSafe for TextGetOptions
impl Send for TextGetOptions
impl Sync for TextGetOptions
impl Unpin for TextGetOptions
impl UnwindSafe for TextGetOptions
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