#[repr(transparent)]pub struct Utf16Column(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Add<usize> for Utf16Column
impl Add<usize> for Utf16Column
Source§type Output = Utf16Column
type Output = Utf16Column
The resulting type after applying the
+ operator.Source§impl AddAssign<usize> for Utf16Column
impl AddAssign<usize> for Utf16Column
Source§fn add_assign(&mut self, n: usize)
fn add_assign(&mut self, n: usize)
Performs the
+= operation. Read moreSource§impl Clone for Utf16Column
impl Clone for Utf16Column
Source§fn clone(&self) -> Utf16Column
fn clone(&self) -> Utf16Column
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Utf16Column
Source§impl Debug for Utf16Column
impl Debug for Utf16Column
Source§impl Default for Utf16Column
impl Default for Utf16Column
Source§fn default() -> Utf16Column
fn default() -> Utf16Column
Returns the “default value” for a type. Read more
Source§impl Display for Utf16Column
impl Display for Utf16Column
impl Eq for Utf16Column
Source§impl From<Utf16Column> for usize
impl From<Utf16Column> for usize
Source§fn from(v: Utf16Column) -> usize
fn from(v: Utf16Column) -> usize
Converts to this type from the input type.
Source§impl From<usize> for Utf16Column
impl From<usize> for Utf16Column
Source§fn from(v: usize) -> Utf16Column
fn from(v: usize) -> Utf16Column
Converts to this type from the input type.
Source§impl Hash for Utf16Column
impl Hash for Utf16Column
Source§impl Ord for Utf16Column
impl Ord for Utf16Column
Source§fn cmp(&self, other: &Utf16Column) -> Ordering
fn cmp(&self, other: &Utf16Column) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for Utf16Column
impl PartialEq for Utf16Column
Source§impl PartialEq<usize> for Utf16Column
Raw-unit comparison: offset > 0 reads naturally; the type
system still stops offset-vs-line mixes (the bug class).
impl PartialEq<usize> for Utf16Column
Raw-unit comparison: offset > 0 reads naturally; the type
system still stops offset-vs-line mixes (the bug class).
Source§impl PartialOrd for Utf16Column
impl PartialOrd for Utf16Column
Source§impl PartialOrd<usize> for Utf16Column
impl PartialOrd<usize> for Utf16Column
impl StructuralPartialEq for Utf16Column
Source§impl Sub for Utf16Column
impl Sub for Utf16Column
Source§impl Sub<usize> for Utf16Column
impl Sub<usize> for Utf16Column
Source§type Output = Utf16Column
type Output = Utf16Column
The resulting type after applying the
- operator.Source§impl SubAssign<usize> for Utf16Column
impl SubAssign<usize> for Utf16Column
Source§fn sub_assign(&mut self, n: usize)
fn sub_assign(&mut self, n: usize)
Performs the
-= operation. Read moreAuto Trait Implementations§
impl Freeze for Utf16Column
impl RefUnwindSafe for Utf16Column
impl Send for Utf16Column
impl Sync for Utf16Column
impl Unpin for Utf16Column
impl UnsafeUnpin for Utf16Column
impl UnwindSafe for Utf16Column
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