Struct windows::UI::Text::TextScript

#[repr(transparent)]
pub struct TextScript(pub i32);

Tuple Fields§

§0: i32

Implementations§

§

impl TextScript

pub const Undefined: Self = _

pub const Ansi: Self = _

pub const EastEurope: Self = _

pub const Cyrillic: Self = _

pub const Greek: Self = _

pub const Turkish: Self = _

pub const Hebrew: Self = _

pub const Arabic: Self = _

pub const Baltic: Self = _

pub const Vietnamese: Self = _

pub const Default: Self = _

pub const Symbol: Self = _

pub const Thai: Self = _

pub const ShiftJis: Self = _

pub const GB2312: Self = _

pub const Hangul: Self = _

pub const Big5: Self = _

pub const PC437: Self = _

pub const Oem: Self = _

pub const Mac: Self = _

pub const Armenian: Self = _

pub const Syriac: Self = _

pub const Thaana: Self = _

pub const Devanagari: Self = _

pub const Bengali: Self = _

pub const Gurmukhi: Self = _

pub const Gujarati: Self = _

pub const Oriya: Self = _

pub const Tamil: Self = _

pub const Telugu: Self = _

pub const Kannada: Self = _

pub const Malayalam: Self = _

pub const Sinhala: Self = _

pub const Lao: Self = _

pub const Tibetan: Self = _

pub const Myanmar: Self = _

pub const Georgian: Self = _

pub const Jamo: Self = _

pub const Ethiopic: Self = _

pub const Cherokee: Self = _

pub const Aboriginal: Self = _

pub const Ogham: Self = _

pub const Runic: Self = _

pub const Khmer: Self = _

pub const Mongolian: Self = _

pub const Braille: Self = _

pub const Yi: Self = _

pub const Limbu: Self = _

pub const TaiLe: Self = _

pub const NewTaiLue: Self = _

pub const SylotiNagri: Self = _

pub const Kharoshthi: Self = _

pub const Kayahli: Self = _

pub const UnicodeSymbol: Self = _

pub const Emoji: Self = _

pub const Glagolitic: Self = _

pub const Lisu: Self = _

pub const Vai: Self = _

pub const NKo: Self = _

pub const Osmanya: Self = _

pub const PhagsPa: Self = _

pub const Gothic: Self = _

pub const Deseret: Self = _

pub const Tifinagh: Self = _

Trait Implementations§

§

impl Clone for TextScript

§

fn clone(&self) -> TextScript

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for TextScript

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl Default for TextScript

§

fn default() -> TextScript

Returns the “default value” for a type. Read more
§

impl PartialEq for TextScript

§

fn eq(&self, other: &TextScript) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for TextScript

§

impl Eq for TextScript

§

impl StructuralPartialEq for TextScript

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.