Struct windows_sys::UI::Text::TextScript
[−]#[repr(transparent)]pub struct TextScript(pub i32);
Expand description
Required features: "UI_Text"
Tuple Fields
0: i32
Implementations
impl TextScript
impl TextScript
pub const Undefined: Self = Self(0i32)
pub const Ansi: Self = Self(1i32)
pub const EastEurope: Self = Self(2i32)
pub const Cyrillic: Self = Self(3i32)
pub const Greek: Self = Self(4i32)
pub const Turkish: Self = Self(5i32)
pub const Hebrew: Self = Self(6i32)
pub const Arabic: Self = Self(7i32)
pub const Baltic: Self = Self(8i32)
pub const Vietnamese: Self = Self(9i32)
pub const Default: Self = Self(10i32)
pub const Symbol: Self = Self(11i32)
pub const Thai: Self = Self(12i32)
pub const ShiftJis: Self = Self(13i32)
pub const GB2312: Self = Self(14i32)
pub const Hangul: Self = Self(15i32)
pub const Big5: Self = Self(16i32)
pub const PC437: Self = Self(17i32)
pub const Oem: Self = Self(18i32)
pub const Mac: Self = Self(19i32)
pub const Armenian: Self = Self(20i32)
pub const Syriac: Self = Self(21i32)
pub const Thaana: Self = Self(22i32)
pub const Devanagari: Self = Self(23i32)
pub const Bengali: Self = Self(24i32)
pub const Gurmukhi: Self = Self(25i32)
pub const Gujarati: Self = Self(26i32)
pub const Oriya: Self = Self(27i32)
pub const Tamil: Self = Self(28i32)
pub const Telugu: Self = Self(29i32)
pub const Kannada: Self = Self(30i32)
pub const Malayalam: Self = Self(31i32)
pub const Sinhala: Self = Self(32i32)
pub const Lao: Self = Self(33i32)
pub const Tibetan: Self = Self(34i32)
pub const Myanmar: Self = Self(35i32)
pub const Georgian: Self = Self(36i32)
pub const Jamo: Self = Self(37i32)
pub const Ethiopic: Self = Self(38i32)
pub const Cherokee: Self = Self(39i32)
pub const Aboriginal: Self = Self(40i32)
pub const Ogham: Self = Self(41i32)
pub const Runic: Self = Self(42i32)
pub const Khmer: Self = Self(43i32)
pub const Mongolian: Self = Self(44i32)
pub const Braille: Self = Self(45i32)
pub const Yi: Self = Self(46i32)
pub const Limbu: Self = Self(47i32)
pub const TaiLe: Self = Self(48i32)
pub const NewTaiLue: Self = Self(49i32)
pub const SylotiNagri: Self = Self(50i32)
pub const Kharoshthi: Self = Self(51i32)
pub const Kayahli: Self = Self(52i32)
pub const UnicodeSymbol: Self = Self(53i32)
pub const Emoji: Self = Self(54i32)
pub const Glagolitic: Self = Self(55i32)
pub const Lisu: Self = Self(56i32)
pub const Vai: Self = Self(57i32)
pub const NKo: Self = Self(58i32)
pub const Osmanya: Self = Self(59i32)
pub const PhagsPa: Self = Self(60i32)
pub const Gothic: Self = Self(61i32)
pub const Deseret: Self = Self(62i32)
pub const Tifinagh: Self = Self(63i32)
Trait Implementations
impl Clone for TextScript
impl Clone for TextScript
impl Copy for TextScript
Auto Trait Implementations
impl RefUnwindSafe for TextScript
impl Send for TextScript
impl Sync for TextScript
impl Unpin for TextScript
impl UnwindSafe for TextScript
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