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
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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more