pub struct BidiMirrored(/* private fields */);
Expand description
Represents values of the Unicode character property
Bidi_Mirrored
.
The value is true
if the character is a “mirrored” character in bidirectional context,
false
otherwise.
Implementations§
Trait Implementations§
Source§impl BinaryCharProperty for BidiMirrored
impl BinaryCharProperty for BidiMirrored
Source§fn human_name(&self) -> &'static str
fn human_name(&self) -> &'static str
The human-readable name of the property value.
Source§impl CharProperty for BidiMirrored
impl CharProperty for BidiMirrored
Source§fn prop_abbr_name() -> &'static str
fn prop_abbr_name() -> &'static str
The abbreviated name of the property.
Source§fn prop_long_name() -> &'static str
fn prop_long_name() -> &'static str
The long name of the property.
Source§fn prop_human_name() -> &'static str
fn prop_human_name() -> &'static str
The human-readable name of the property.
Source§impl Clone for BidiMirrored
impl Clone for BidiMirrored
Source§fn clone(&self) -> BidiMirrored
fn clone(&self) -> BidiMirrored
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BidiMirrored
impl Debug for BidiMirrored
Source§impl Default for BidiMirrored
impl Default for BidiMirrored
Source§fn default() -> BidiMirrored
fn default() -> BidiMirrored
Returns the “default value” for a type. Read more
Source§impl Display for BidiMirrored
impl Display for BidiMirrored
Source§impl From<BidiMirrored> for bool
impl From<BidiMirrored> for bool
Source§fn from(prop: BidiMirrored) -> bool
fn from(prop: BidiMirrored) -> bool
Converts to this type from the input type.
Source§impl FromStr for BidiMirrored
impl FromStr for BidiMirrored
Source§impl Hash for BidiMirrored
impl Hash for BidiMirrored
Source§impl PartialEq for BidiMirrored
impl PartialEq for BidiMirrored
Source§impl TotalCharProperty for BidiMirrored
impl TotalCharProperty for BidiMirrored
impl Copy for BidiMirrored
impl Eq for BidiMirrored
impl StructuralPartialEq 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)