Struct ppapi::InstanceExperimental
[-]
[+]
[src]
pub struct Instance {
// some fields omitted
}pub struct Instance {
// some fields omitted
}impl Instancefn current() -> Instancefn opt_current() -> Option<Instance>fn console(&self) -> Consolefn messaging(&self) -> Messagingfn create_3d_context(&self, share_with: Option<Context3d>, attribs: &[(u32, u32)]) -> Result<Context3d, Code>fn bind_context<T: ContextResource>(&self, cxt: &T) -> Codefn request_input_events(&self, classes: PP_InputEvent_Class) -> Codefn request_filtering_input_events(&self, classes: PP_InputEvent_Class) -> Codefn clear_input_event_request(&self, classes: PP_InputEvent_Class)fn create_image(&self, format: Option<Format>, size: Size, init_to_zero: bool) -> Option<ImageData>fn create_font(&self, desc: &Description) -> Option<Font>fn create_msg_loop(&self) -> MessageLoopfn create_url_loader(&self) -> Option<UrlLoader>fn create_file_system(&self, kind: Kind) -> Option<FileSystem>impl FontFamilies for Instancefn get_font_families(&self) -> HashSet<String>impl Copy for Instanceimpl PartialEq for Instanceimpl Eq for Instancefn assert_receiver_is_total_eq(&self)impl<__S: Writer + Hasher> Hash<__S> for Instancefn hash(&self, __arg_0: &mut __S)impl Clone for Instancefn clone(&self) -> Instancefn 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).