pub struct Struct_PPP_Instance_1_1 {
pub DidCreate: Option< extern "C" fn(instance: PP_Instance, argc: uint32_t, argn: *mut *const c_char, argv: *mut *const c_char) -> PP_Bool>,
pub DidDestroy: Option< extern "C" fn(instance: PP_Instance)>,
pub DidChangeView: Option< extern "C" fn(instance: PP_Instance, view: PP_Resource)>,
pub DidChangeFocus: Option< extern "C" fn(instance: PP_Instance, has_focus: PP_Bool)>,
pub HandleDocumentLoad: Option< extern "C" fn(instance: PP_Instance, url_loader: PP_Resource) -> PP_Bool>,
}
Fields
DidCreate | |
DidDestroy | |
DidChangeView | |
DidChangeFocus | |
HandleDocumentLoad | |
Trait Implementations
Derived Implementations
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
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
).