#[non_exhaustive]pub struct GraphemeExtend;
Expand description
Property used to define “Grapheme extender”.
See D59 in Chapter 3, Conformance in the Unicode Standard.
§Example
use icu::properties::CodePointSetData;
use icu::properties::props::GraphemeExtend;
let grapheme_extend = CodePointSetData::new::<GraphemeExtend>();
assert!(!grapheme_extend.contains('ക')); // U+0D15 MALAYALAM LETTER KA
assert!(!grapheme_extend.contains('\u{0D3F}')); // U+0D3F MALAYALAM VOWEL SIGN I
assert!(grapheme_extend.contains('\u{0D3E}')); // U+0D3E MALAYALAM VOWEL SIGN AA
Trait Implementations§
Source§impl BinaryProperty for GraphemeExtend
impl BinaryProperty for GraphemeExtend
Auto Trait Implementations§
impl Freeze for GraphemeExtend
impl RefUnwindSafe for GraphemeExtend
impl Send for GraphemeExtend
impl Sync for GraphemeExtend
impl Unpin for GraphemeExtend
impl UnwindSafe for GraphemeExtend
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes