Struct ppapi::input::IMEInputEventExperimental
[-]
[+]
[src]
pub struct IMEInputEvent {
pub string: String,
// some fields omitted
}Fields
string |
pub struct IMEInputEvent {
pub string: String,
// some fields omitted
}string |
impl IMEInputEventfn new(res: PP_Resource) -> IMEInputEventimpl IMEInputEventfn segments_len(&self) -> usizefn segment_offset(&self, index: usize) -> Option<(usize, usize)>fn segment_str<'a>(&'a self, index: usize) -> Option<&'a str>fn segment_iter<'a>(&'a self) -> IMESegmentIterator<'a>fn selection_offset(&self) -> (u32, u32)fn selection_str<'a>(&'a self) -> &'a strfn target_segment_index(&self) -> Option<usize>fn target_segment_str<'a>(&'a self) -> Option<&'a str>impl Resource for IMEInputEventfn unwrap(&self) -> PP_Resourcefn type_of(&self) -> ResourceTypeimpl PartialEq for IMEInputEventfn eq(&self, rhs: &IMEInputEvent) -> boolfn ne(&self, other: &Rhs) -> boolimpl<T: Writer + Hasher> Hash<T> for IMEInputEventfn hash(&self, s: &mut T)impl InputEvent for IMEInputEventimpl Clone for IMEInputEventfn clone(&self) -> IMEInputEventfn clone_from(&mut self, source: &Self)impl Drop for IMEInputEventfn drop(&mut self)impl Show for IMEInputEventimpl Eq for IMEInputEventfn assert_receiver_is_total_eq(&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).