Struct combine::primitives::BytePosition
[−]
[src]
pub struct BytePosition {
pub position: usize,
}Struct which represents a position in a byte stream.
Fields
position: usize
Current position
Trait Implementations
impl Clone for BytePosition[src]
impl Clone for BytePositionfn clone(&self) -> BytePosition[src]
fn clone(&self) -> BytePositionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Copy for BytePosition[src]
impl Copy for BytePositionimpl Debug for BytePosition[src]
impl Debug for BytePositionfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for BytePosition[src]
impl Eq for BytePositionimpl PartialEq for BytePosition[src]
impl PartialEq for BytePositionfn eq(&self, __arg_0: &BytePosition) -> bool[src]
fn eq(&self, __arg_0: &BytePosition) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &BytePosition) -> bool[src]
fn ne(&self, __arg_0: &BytePosition) -> boolThis method tests for !=.
impl Ord for BytePosition[src]
impl Ord for BytePositionfn cmp(&self, __arg_0: &BytePosition) -> Ordering[src]
fn cmp(&self, __arg_0: &BytePosition) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialOrd for BytePosition[src]
impl PartialOrd for BytePositionfn partial_cmp(&self, __arg_0: &BytePosition) -> Option<Ordering>[src]
fn partial_cmp(&self, __arg_0: &BytePosition) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, __arg_0: &BytePosition) -> bool[src]
fn lt(&self, __arg_0: &BytePosition) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, __arg_0: &BytePosition) -> bool[src]
fn le(&self, __arg_0: &BytePosition) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, __arg_0: &BytePosition) -> bool[src]
fn gt(&self, __arg_0: &BytePosition) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, __arg_0: &BytePosition) -> bool[src]
fn ge(&self, __arg_0: &BytePosition) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Display for BytePosition[src]
impl Display for BytePositionAuto Trait Implementations
impl Send for BytePosition
impl Send for BytePositionimpl Sync for BytePosition
impl Sync for BytePosition