Struct script::textinput::UTF16CodeUnits
source · pub struct UTF16CodeUnits(pub usize);
Tuple Fields§
§0: usize
Implementations§
source§impl UTF16CodeUnits
impl UTF16CodeUnits
pub fn zero() -> UTF16CodeUnits
pub fn one() -> UTF16CodeUnits
pub fn saturating_sub(self, other: UTF16CodeUnits) -> UTF16CodeUnits
Trait Implementations§
source§impl Add for UTF16CodeUnits
impl Add for UTF16CodeUnits
§type Output = UTF16CodeUnits
type Output = UTF16CodeUnits
The resulting type after applying the
+
operator.source§fn add(self, other: UTF16CodeUnits) -> UTF16CodeUnits
fn add(self, other: UTF16CodeUnits) -> UTF16CodeUnits
Performs the
+
operation. Read moresource§impl AddAssign for UTF16CodeUnits
impl AddAssign for UTF16CodeUnits
source§fn add_assign(&mut self, other: UTF16CodeUnits)
fn add_assign(&mut self, other: UTF16CodeUnits)
Performs the
+=
operation. Read moresource§impl Clone for UTF16CodeUnits
impl Clone for UTF16CodeUnits
source§fn clone(&self) -> UTF16CodeUnits
fn clone(&self) -> UTF16CodeUnits
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 UTF16CodeUnits
impl Debug for UTF16CodeUnits
source§impl MallocSizeOf for UTF16CodeUnits
impl MallocSizeOf for UTF16CodeUnits
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl PartialEq for UTF16CodeUnits
impl PartialEq for UTF16CodeUnits
source§fn eq(&self, other: &UTF16CodeUnits) -> bool
fn eq(&self, other: &UTF16CodeUnits) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for UTF16CodeUnits
impl PartialOrd for UTF16CodeUnits
source§fn partial_cmp(&self, other: &UTF16CodeUnits) -> Option<Ordering>
fn partial_cmp(&self, other: &UTF16CodeUnits) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Traceable for UTF16CodeUnits
impl Traceable for UTF16CodeUnits
impl Copy for UTF16CodeUnits
impl StructuralPartialEq for UTF16CodeUnits
Auto Trait Implementations§
impl Freeze for UTF16CodeUnits
impl RefUnwindSafe for UTF16CodeUnits
impl Send for UTF16CodeUnits
impl Sync for UTF16CodeUnits
impl Unpin for UTF16CodeUnits
impl UnwindSafe for UTF16CodeUnits
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> Filterable for T
impl<T> Filterable for T
source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(_: DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert