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