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

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

Trait Implementations

Derived Implementations

impl PartialEq for GUnicodeBreakType

fn eq(&self, __arg_0: &GUnicodeBreakType) -> bool

fn ne(&self, __arg_0: &GUnicodeBreakType) -> bool

impl Eq for GUnicodeBreakType

impl Debug for GUnicodeBreakType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GUnicodeBreakType

impl Clone for GUnicodeBreakType

fn clone(&self) -> GUnicodeBreakType

1.0.0fn clone_from(&mut self, source: &Self)