pub struct BidiControl(/* private fields */);
Expand description
Represents values of the Unicode character property
Bidi_Control
.
The value is true
if the character is a Bidirectional control character, false
otherwise.
Implementations§
Trait Implementations§
Source§impl BinaryCharProperty for BidiControl
impl BinaryCharProperty for BidiControl
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 BidiControl
impl CharProperty for BidiControl
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 BidiControl
impl Clone for BidiControl
Source§fn clone(&self) -> BidiControl
fn clone(&self) -> BidiControl
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 BidiControl
impl Debug for BidiControl
Source§impl Default for BidiControl
impl Default for BidiControl
Source§fn default() -> BidiControl
fn default() -> BidiControl
Returns the “default value” for a type. Read more
Source§impl Display for BidiControl
impl Display for BidiControl
Source§impl From<BidiControl> for bool
impl From<BidiControl> for bool
Source§fn from(prop: BidiControl) -> bool
fn from(prop: BidiControl) -> bool
Converts to this type from the input type.
Source§impl FromStr for BidiControl
impl FromStr for BidiControl
Source§impl Hash for BidiControl
impl Hash for BidiControl
Source§impl PartialEq for BidiControl
impl PartialEq for BidiControl
Source§impl TotalCharProperty for BidiControl
impl TotalCharProperty for BidiControl
impl Copy for BidiControl
impl Eq for BidiControl
impl StructuralPartialEq for BidiControl
Auto Trait Implementations§
impl Freeze for BidiControl
impl RefUnwindSafe for BidiControl
impl Send for BidiControl
impl Sync for BidiControl
impl Unpin for BidiControl
impl UnwindSafe for BidiControl
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
)