Struct ppapi::input::TouchListIteratorExperimental [-]  [+] [src]

pub struct TouchListIterator {
    // some fields omitted
}

Trait Implementations

impl Iterator for TouchListIterator

type Item = TouchPoint

fn next(&mut self) -> Option<TouchPoint>

fn size_hint(&self) -> (usize, Option<usize>)

impl RandomAccessIterator for TouchListIterator

fn indexable(&self) -> usize

fn idx(&mut self, index: usize) -> Option<TouchPoint>

Derived Implementations

impl Clone for TouchListIterator

fn clone(&self) -> TouchListIterator

fn clone_from(&mut self, source: &Self)