Enum glib_sys::GUnicodeBreakType
[−]
[src]
#[repr(C)]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
impl Clone for GUnicodeBreakType
[src]
fn clone(&self) -> GUnicodeBreakType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more