Struct ppapi::input::TouchListIteratorExperimental
[-]
[+]
[src]
pub struct TouchListIterator { // some fields omitted }
pub struct TouchListIterator { // some fields omitted }
impl Iterator for TouchListIterator
type Item = TouchPoint
fn next(&mut self) -> Option<TouchPoint>
fn size_hint(&self) -> (usize, Option<usize>)
impl RandomAccessIterator for TouchListIterator
impl Clone for TouchListIterator
fn clone(&self) -> TouchListIterator
fn 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
).