Struct unicode_security::mixed_script::AugmentedScriptSet [−][src]
pub struct AugmentedScriptSet {
pub base: ScriptExtension,
pub hanb: bool,
pub jpan: bool,
pub kore: bool,
}
Expand description
An Augmented script set, as defined by UTS 39
https://www.unicode.org/reports/tr39/#def-augmented-script-set
Fields
base: ScriptExtension
The base ScriptExtension value
hanb: bool
Han With Bopomofo
jpan: bool
Japanese
kore: bool
Korean
Implementations
Intersect this set with another
Find the resolved script set of a given string
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for AugmentedScriptSet
impl Send for AugmentedScriptSet
impl Sync for AugmentedScriptSet
impl Unpin for AugmentedScriptSet
impl UnwindSafe for AugmentedScriptSet
Blanket Implementations
Mutably borrows from an owned value. Read more