Struct ppapi::input::TouchListIteratorExperimental
[-]
[+]
[src]
pub struct TouchListIterator {
// some fields omitted
}pub struct TouchListIterator {
// some fields omitted
}impl Iterator for TouchListIteratortype Item = TouchPointfn next(&mut self) -> Option<TouchPoint>fn size_hint(&self) -> (usize, Option<usize>)impl RandomAccessIterator for TouchListIteratorimpl Clone for TouchListIteratorfn clone(&self) -> TouchListIteratorfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).