Struct BidiMirroringGlyph
struct BidiMirroringGlyph { ... }
This is a bitpacked combination of the Bidi_Mirroring_Glyph,
Bidi_Mirrored, and Bidi_Paired_Bracket_Type properties.
Fields
mirroring_glyph: Option<char>The mirroring glyph
mirrored: boolWhether the glyph is mirrored
paired_bracket_type: BidiPairedBracketTypeThe paired bracket type
Implementations
impl AsULE for BidiMirroringGlyph
fn to_unaligned(self: Self) -> <Self as >::ULEfn from_unaligned(unaligned: <Self as >::ULE) -> Self
impl Clone for BidiMirroringGlyph
fn clone(self: &Self) -> BidiMirroringGlyph
impl Copy for BidiMirroringGlyph
impl Debug for BidiMirroringGlyph
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Default for BidiMirroringGlyph
fn default() -> BidiMirroringGlyph
impl EnumeratedProperty for BidiMirroringGlyph
impl Eq for BidiMirroringGlyph
impl Freeze for BidiMirroringGlyph
impl PartialEq for BidiMirroringGlyph
fn eq(self: &Self, other: &BidiMirroringGlyph) -> bool
impl RefUnwindSafe for BidiMirroringGlyph
impl Send for BidiMirroringGlyph
impl StructuralPartialEq for BidiMirroringGlyph
impl Sync for BidiMirroringGlyph
impl TrieValue for BidiMirroringGlyph
fn try_from_u32(i: u32) -> Result<Self, <Self as >::TryFromU32Error>fn to_u32(self: Self) -> u32
impl Unpin for BidiMirroringGlyph
impl UnsafeUnpin for BidiMirroringGlyph
impl UnwindSafe for BidiMirroringGlyph
impl<T> Any for BidiMirroringGlyph
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for BidiMirroringGlyph
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for BidiMirroringGlyph
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for BidiMirroringGlyph
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> ErasedDestructor for BidiMirroringGlyph
impl<T> From for BidiMirroringGlyph
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for BidiMirroringGlyph
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for BidiMirroringGlyph
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for BidiMirroringGlyph
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for BidiMirroringGlyph
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>