Struct ucglib::parse::precedence::OpListIter[][src]

pub struct OpListIter<'a> {
    pub source: &'a [Element],
}

Fields

Methods

impl<'a> OpListIter<'a>
[src]

Trait Implementations

impl<'a> Clone for OpListIter<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for OpListIter<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for OpListIter<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> InputLength for OpListIter<'a>
[src]

calculates the input length, as indicated by its name, and the name of the trait itself Read more

impl<'a> Slice<Range<usize>> for OpListIter<'a>
[src]

impl<'a> Slice<RangeTo<usize>> for OpListIter<'a>
[src]

impl<'a> Slice<RangeFrom<usize>> for OpListIter<'a>
[src]

impl<'a> Slice<RangeFull> for OpListIter<'a>
[src]

impl<'a> Index<usize> for OpListIter<'a>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<'a> InputIter for OpListIter<'a>
[src]

returns an iterator over the elements and their byte offsets

returns an iterator over the elements

finds the byte position of the element

get the byte offset from the element's position in the stream

Auto Trait Implementations

impl<'a> Send for OpListIter<'a>

impl<'a> Sync for OpListIter<'a>