[−][src]Struct qt_core::q_char::UnicodeVersion
Specifies which version of the Unicode standard introduced a certain character.
C++ enum: QChar::UnicodeVersion
.
Specifies which version of the Unicode standard introduced a certain character.
See also unicodeVersion() and currentUnicodeVersion().
Methods
impl UnicodeVersion
[src]
impl UnicodeVersion
[src]
pub const UnicodeUnassigned: UnicodeVersion
[src]
The value is not assigned to any character in version 8.0 of Unicode. (C++ enum variant: Unicode_Unassigned = 0
)
pub const Unicode11: UnicodeVersion
[src]
Version 1.1 (C++ enum variant: Unicode_1_1 = 1
)
pub const Unicode20: UnicodeVersion
[src]
Version 2.0 (C++ enum variant: Unicode_2_0 = 2
)
pub const Unicode212: UnicodeVersion
[src]
Version 2.1.2 (C++ enum variant: Unicode_2_1_2 = 3
)
pub const Unicode30: UnicodeVersion
[src]
Version 3.0 (C++ enum variant: Unicode_3_0 = 4
)
pub const Unicode31: UnicodeVersion
[src]
Version 3.1 (C++ enum variant: Unicode_3_1 = 5
)
pub const Unicode32: UnicodeVersion
[src]
Version 3.2 (C++ enum variant: Unicode_3_2 = 6
)
pub const Unicode40: UnicodeVersion
[src]
Version 4.0 (C++ enum variant: Unicode_4_0 = 7
)
pub const Unicode41: UnicodeVersion
[src]
Version 4.1 (C++ enum variant: Unicode_4_1 = 8
)
pub const Unicode50: UnicodeVersion
[src]
Version 5.0 (C++ enum variant: Unicode_5_0 = 9
)
pub const Unicode51: UnicodeVersion
[src]
Version 5.1 (C++ enum variant: Unicode_5_1 = 10
)
pub const Unicode52: UnicodeVersion
[src]
Version 5.2 (C++ enum variant: Unicode_5_2 = 11
)
pub const Unicode60: UnicodeVersion
[src]
Version 6.0 (C++ enum variant: Unicode_6_0 = 12
)
pub const Unicode61: UnicodeVersion
[src]
Version 6.1 (C++ enum variant: Unicode_6_1 = 13
)
pub const Unicode62: UnicodeVersion
[src]
Version 6.2 (C++ enum variant: Unicode_6_2 = 14
)
pub const Unicode63: UnicodeVersion
[src]
Version 6.3 Since Qt 5.3 (C++ enum variant: Unicode_6_3 = 15
)
pub const Unicode70: UnicodeVersion
[src]
Version 7.0 Since Qt 5.5 (C++ enum variant: Unicode_7_0 = 16
)
pub const Unicode80: UnicodeVersion
[src]
Version 8.0 Since Qt 5.6 (C++ enum variant: Unicode_8_0 = 17
)
pub const Unicode90: UnicodeVersion
[src]
Version 9.0 Since Qt 5.11 (C++ enum variant: Unicode_9_0 = 18
)
pub const Unicode100: UnicodeVersion
[src]
Version 10.0 Since Qt 5.11 (C++ enum variant: Unicode_10_0 = 19
)
Trait Implementations
impl Clone for UnicodeVersion
[src]
fn clone(&self) -> UnicodeVersion
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for UnicodeVersion
[src]
impl Debug for UnicodeVersion
[src]
impl Eq for UnicodeVersion
[src]
impl From<UnicodeVersion> for c_int
[src]
fn from(value: UnicodeVersion) -> Self
[src]
impl From<i32> for UnicodeVersion
[src]
impl PartialEq<UnicodeVersion> for UnicodeVersion
[src]
fn eq(&self, other: &UnicodeVersion) -> bool
[src]
fn ne(&self, other: &UnicodeVersion) -> bool
[src]
impl StructuralEq for UnicodeVersion
[src]
impl StructuralPartialEq for UnicodeVersion
[src]
Auto Trait Implementations
impl RefUnwindSafe for UnicodeVersion
impl Send for UnicodeVersion
impl Sync for UnicodeVersion
impl Unpin for UnicodeVersion
impl UnwindSafe for UnicodeVersion
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> CastInto<U> for T where
U: CastFrom<T>,
[src]
U: CastFrom<T>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> StaticUpcast<T> for T
[src]
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
[src]
unsafe fn static_upcast_mut(ptr: MutPtr<T>) -> MutPtr<T>
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,