#[repr(transparent)]pub struct ByteColumn(pub usize);Tuple Fields§
§0: usizeImplementations§
Trait Implementations§
Source§impl Add<usize> for ByteColumn
impl Add<usize> for ByteColumn
Source§type Output = ByteColumn
type Output = ByteColumn
The resulting type after applying the
+ operator.Source§impl AddAssign<usize> for ByteColumn
impl AddAssign<usize> for ByteColumn
Source§fn add_assign(&mut self, n: usize)
fn add_assign(&mut self, n: usize)
Performs the
+= operation. Read moreSource§impl Clone for ByteColumn
impl Clone for ByteColumn
Source§fn clone(&self) -> ByteColumn
fn clone(&self) -> ByteColumn
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 ByteColumn
Source§impl Debug for ByteColumn
impl Debug for ByteColumn
Source§impl Default for ByteColumn
impl Default for ByteColumn
Source§fn default() -> ByteColumn
fn default() -> ByteColumn
Returns the “default value” for a type. Read more
Source§impl Display for ByteColumn
impl Display for ByteColumn
impl Eq for ByteColumn
Source§impl From<ByteColumn> for usize
impl From<ByteColumn> for usize
Source§fn from(v: ByteColumn) -> usize
fn from(v: ByteColumn) -> usize
Converts to this type from the input type.
Source§impl From<usize> for ByteColumn
impl From<usize> for ByteColumn
Source§fn from(v: usize) -> ByteColumn
fn from(v: usize) -> ByteColumn
Converts to this type from the input type.
Source§impl Hash for ByteColumn
impl Hash for ByteColumn
Source§impl Ord for ByteColumn
impl Ord for ByteColumn
Source§fn cmp(&self, other: &ByteColumn) -> Ordering
fn cmp(&self, other: &ByteColumn) -> 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 ByteColumn
impl PartialEq for ByteColumn
Source§impl PartialEq<usize> for ByteColumn
Raw-unit comparison: offset > 0 reads naturally; the type
system still stops offset-vs-line mixes (the bug class).
impl PartialEq<usize> for ByteColumn
Raw-unit comparison: offset > 0 reads naturally; the type
system still stops offset-vs-line mixes (the bug class).
Source§impl PartialOrd for ByteColumn
impl PartialOrd for ByteColumn
Source§impl PartialOrd<usize> for ByteColumn
impl PartialOrd<usize> for ByteColumn
impl StructuralPartialEq for ByteColumn
Source§impl Sub for ByteColumn
impl Sub for ByteColumn
Source§impl Sub<usize> for ByteColumn
impl Sub<usize> for ByteColumn
Source§type Output = ByteColumn
type Output = ByteColumn
The resulting type after applying the
- operator.Source§impl SubAssign<usize> for ByteColumn
impl SubAssign<usize> for ByteColumn
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 ByteColumn
impl RefUnwindSafe for ByteColumn
impl Send for ByteColumn
impl Sync for ByteColumn
impl Unpin for ByteColumn
impl UnsafeUnpin for ByteColumn
impl UnwindSafe for ByteColumn
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