Enum glib_sys::GUnicodeBreakType [] [src]

pub enum GUnicodeBreakType {
    Mandatory,
    CarriageReturn,
    LineFeed,
    CombiningMark,
    Surrogate,
    ZeroWidthSpace,
    Inseparable,
    NonBreakingGlue,
    Contingent,
    Space,
    After,
    Before,
    BeforeAndAfter,
    Hyphen,
    NonStarter,
    OpenPunctuation,
    ClosePunctuation,
    Quotation,
    Exclamation,
    Ideographic,
    Numeric,
    InfixSeparator,
    Symbol,
    Alphabetic,
    Prefix,
    Postfix,
    ComplexContext,
    Ambiguous,
    Unknown,
    NextLine,
    WordJoiner,
    HangulLJamo,
    HangulVJamo,
    HangulTJamo,
    HangulLvSyllable,
    HangulLvtSyllable,
    CloseParanthesis,
    ConditionalJapaneseStarter,
    HebrewLetter,
    RegionalIndicator,
}

Variants

Trait Implementations

impl Clone for GUnicodeBreakType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GUnicodeBreakType
[src]

impl Debug for GUnicodeBreakType
[src]

[]

Formats the value using the given formatter.

impl Eq for GUnicodeBreakType
[src]

impl PartialEq for GUnicodeBreakType
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.