Struct windows::UI::Text::TextSetOptions
#[repr(transparent)]pub struct TextSetOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl TextSetOptions
impl TextSetOptions
pub const None: Self = _
pub const UnicodeBidi: Self = _
pub const Unlink: Self = _
pub const Unhide: Self = _
pub const CheckTextLimit: Self = _
pub const FormatRtf: Self = _
pub const ApplyRtfDocumentDefaults: Self = _
§impl TextSetOptions
impl TextSetOptions
Trait Implementations§
§impl BitAnd for TextSetOptions
impl BitAnd for TextSetOptions
§impl BitAndAssign for TextSetOptions
impl BitAndAssign for TextSetOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for TextSetOptions
impl BitOr for TextSetOptions
§impl BitOrAssign for TextSetOptions
impl BitOrAssign for TextSetOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for TextSetOptions
impl Clone for TextSetOptions
§fn clone(&self) -> TextSetOptions
fn clone(&self) -> TextSetOptions
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 TextSetOptions
impl Debug for TextSetOptions
§impl Default for TextSetOptions
impl Default for TextSetOptions
§fn default() -> TextSetOptions
fn default() -> TextSetOptions
Returns the “default value” for a type. Read more
§impl Not for TextSetOptions
impl Not for TextSetOptions
§impl PartialEq for TextSetOptions
impl PartialEq for TextSetOptions
§fn eq(&self, other: &TextSetOptions) -> bool
fn eq(&self, other: &TextSetOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TextSetOptions
impl Eq for TextSetOptions
impl StructuralPartialEq for TextSetOptions
Auto Trait Implementations§
impl Freeze for TextSetOptions
impl RefUnwindSafe for TextSetOptions
impl Send for TextSetOptions
impl Sync for TextSetOptions
impl Unpin for TextSetOptions
impl UnwindSafe for TextSetOptions
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
)