#[non_exhaustive]pub struct BidiMirrored;
Expand description
Characters that are mirrored in bidirectional text.
§Example
use icu::properties::CodePointSetData;
use icu::properties::props::BidiMirrored;
let bidi_mirrored = CodePointSetData::new::<BidiMirrored>();
assert!(bidi_mirrored.contains('['));
assert!(bidi_mirrored.contains(']'));
assert!(bidi_mirrored.contains('∑')); // U+2211 N-ARY SUMMATION
assert!(!bidi_mirrored.contains('ཉ')); // U+0F49 TIBETAN LETTER NYA
Trait Implementations§
Source§impl BinaryProperty for BidiMirrored
impl BinaryProperty for BidiMirrored
Auto Trait Implementations§
impl Freeze for BidiMirrored
impl RefUnwindSafe for BidiMirrored
impl Send for BidiMirrored
impl Sync for BidiMirrored
impl Unpin for BidiMirrored
impl UnwindSafe for BidiMirrored
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