#[non_exhaustive]pub enum BidiPairingProperties {
Open(char),
Close(char),
None,
}Expand description
The enum represents Bidi_Paired_Bracket_Type, the char represents Bidi_Paired_Bracket.
Bidi_Paired_Bracket has a value of None when Bidi_Paired_Bracket_Type is None.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Open(char)
Represents Bidi_Paired_Bracket_Type=Open, and the Bidi_Paired_Bracket value for that code point.
Close(char)
Represents Bidi_Paired_Bracket_Type=Close, and the Bidi_Paired_Bracket value for that code point.
None
Represents Bidi_Paired_Bracket_Type=None, which cooccurs with Bidi_Paired_Bracket being undefined for that code point.
Trait Implementations§
Source§impl Debug for BidiPairingProperties
impl Debug for BidiPairingProperties
Source§impl PartialEq for BidiPairingProperties
impl PartialEq for BidiPairingProperties
impl Eq for BidiPairingProperties
impl StructuralPartialEq for BidiPairingProperties
Auto Trait Implementations§
impl Freeze for BidiPairingProperties
impl RefUnwindSafe for BidiPairingProperties
impl Send for BidiPairingProperties
impl Sync for BidiPairingProperties
impl Unpin for BidiPairingProperties
impl UnwindSafe for BidiPairingProperties
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
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
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: 8 bytes
Size for each variant:
Open: 4 bytesClose: 4 bytesNone: 0 bytes