Enum vips_sys::GUnicodeType [−][src]
#[repr(u32)]pub enum GUnicodeType { G_UNICODE_CONTROL, G_UNICODE_FORMAT, G_UNICODE_UNASSIGNED, G_UNICODE_PRIVATE_USE, G_UNICODE_SURROGATE, G_UNICODE_LOWERCASE_LETTER, G_UNICODE_MODIFIER_LETTER, G_UNICODE_OTHER_LETTER, G_UNICODE_TITLECASE_LETTER, G_UNICODE_UPPERCASE_LETTER, G_UNICODE_SPACING_MARK, G_UNICODE_ENCLOSING_MARK, G_UNICODE_NON_SPACING_MARK, G_UNICODE_DECIMAL_NUMBER, G_UNICODE_LETTER_NUMBER, G_UNICODE_OTHER_NUMBER, G_UNICODE_CONNECT_PUNCTUATION, G_UNICODE_DASH_PUNCTUATION, G_UNICODE_CLOSE_PUNCTUATION, G_UNICODE_FINAL_PUNCTUATION, G_UNICODE_INITIAL_PUNCTUATION, G_UNICODE_OTHER_PUNCTUATION, G_UNICODE_OPEN_PUNCTUATION, G_UNICODE_CURRENCY_SYMBOL, G_UNICODE_MODIFIER_SYMBOL, G_UNICODE_MATH_SYMBOL, G_UNICODE_OTHER_SYMBOL, G_UNICODE_LINE_SEPARATOR, G_UNICODE_PARAGRAPH_SEPARATOR, G_UNICODE_SPACE_SEPARATOR, }
Variants
G_UNICODE_CONTROL
G_UNICODE_FORMAT
G_UNICODE_UNASSIGNED
G_UNICODE_PRIVATE_USE
G_UNICODE_SURROGATE
G_UNICODE_LOWERCASE_LETTER
G_UNICODE_MODIFIER_LETTER
G_UNICODE_OTHER_LETTER
G_UNICODE_TITLECASE_LETTER
G_UNICODE_UPPERCASE_LETTER
G_UNICODE_SPACING_MARK
G_UNICODE_ENCLOSING_MARK
G_UNICODE_NON_SPACING_MARK
G_UNICODE_DECIMAL_NUMBER
G_UNICODE_LETTER_NUMBER
G_UNICODE_OTHER_NUMBER
G_UNICODE_CONNECT_PUNCTUATION
G_UNICODE_DASH_PUNCTUATION
G_UNICODE_CLOSE_PUNCTUATION
G_UNICODE_FINAL_PUNCTUATION
G_UNICODE_INITIAL_PUNCTUATION
G_UNICODE_OTHER_PUNCTUATION
G_UNICODE_OPEN_PUNCTUATION
G_UNICODE_CURRENCY_SYMBOL
G_UNICODE_MODIFIER_SYMBOL
G_UNICODE_MATH_SYMBOL
G_UNICODE_OTHER_SYMBOL
G_UNICODE_LINE_SEPARATOR
G_UNICODE_PARAGRAPH_SEPARATOR
G_UNICODE_SPACE_SEPARATOR
Trait Implementations
impl Debug for GUnicodeType
[src]
impl Debug for GUnicodeType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for GUnicodeType
[src]
impl Copy for GUnicodeType
impl Clone for GUnicodeType
[src]
impl Clone for GUnicodeType
fn clone(&self) -> GUnicodeType
[src]
fn clone(&self) -> GUnicodeType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for GUnicodeType
[src]
impl PartialEq for GUnicodeType
fn eq(&self, other: &GUnicodeType) -> bool
[src]
fn eq(&self, other: &GUnicodeType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for GUnicodeType
[src]
impl Eq for GUnicodeType
impl Hash for GUnicodeType
[src]
impl Hash for GUnicodeType
Auto Trait Implementations
impl Send for GUnicodeType
impl Send for GUnicodeType
impl Sync for GUnicodeType
impl Sync for GUnicodeType