#[non_exhaustive]pub struct UnifiedIdeograph;
Expand description
A property which specifies the exact set of Unified CJK Ideographs in the standard.
§Example
use icu::properties::CodePointSetData;
use icu::properties::props::UnifiedIdeograph;
let unified_ideograph = CodePointSetData::new::<UnifiedIdeograph>();
assert!(unified_ideograph.contains('川')); // U+5DDD CJK UNIFIED IDEOGRAPH-5DDD
assert!(unified_ideograph.contains('木')); // U+6728 CJK UNIFIED IDEOGRAPH-6728
assert!(!unified_ideograph.contains('𛅸')); // U+1B178 NUSHU CHARACTER-1B178
Trait Implementations§
Source§impl BinaryProperty for UnifiedIdeograph
impl BinaryProperty for UnifiedIdeograph
Auto Trait Implementations§
impl Freeze for UnifiedIdeograph
impl RefUnwindSafe for UnifiedIdeograph
impl Send for UnifiedIdeograph
impl Sync for UnifiedIdeograph
impl Unpin for UnifiedIdeograph
impl UnwindSafe for UnifiedIdeograph
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