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
pub const AdjustCrlf: Self
pub const UseCrlf: Self
pub const UseObjectText: Self
pub const AllowFinalEop: Self
pub const NoHidden: Self
pub const IncludeNumbering: Self
pub const FormatRtf: Self
pub const UseLf: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more