Struct windows::UI::Text::TextGetOptions
#[repr(transparent)]pub struct TextGetOptions(pub u32);
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 = _
§impl TextGetOptions
impl TextGetOptions
Trait Implementations§
§impl BitAnd for TextGetOptions
impl BitAnd for TextGetOptions
§impl BitAndAssign for TextGetOptions
impl BitAndAssign for TextGetOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for TextGetOptions
impl BitOr for TextGetOptions
§impl BitOrAssign for TextGetOptions
impl BitOrAssign for TextGetOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for TextGetOptions
impl Clone for TextGetOptions
§fn clone(&self) -> TextGetOptions
fn clone(&self) -> TextGetOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for TextGetOptions
impl Debug for TextGetOptions
§impl Default for TextGetOptions
impl Default for TextGetOptions
§fn default() -> TextGetOptions
fn default() -> TextGetOptions
Returns the “default value” for a type. Read more
§impl Not for TextGetOptions
impl Not for TextGetOptions
§impl PartialEq for TextGetOptions
impl PartialEq for TextGetOptions
§fn eq(&self, other: &TextGetOptions) -> bool
fn eq(&self, other: &TextGetOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TextGetOptions
impl Eq for TextGetOptions
impl StructuralPartialEq for TextGetOptions
Auto Trait Implementations§
impl Freeze for TextGetOptions
impl RefUnwindSafe for TextGetOptions
impl Send for TextGetOptions
impl Sync for TextGetOptions
impl Unpin for TextGetOptions
impl UnwindSafe for TextGetOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)