pub struct Struct_PPB_MessageLoop_1_0 {
pub Create: Option< extern "C" fn(instance: PP_Instance) -> PP_Resource>,
pub GetForMainThread: Option< extern "C" fn() -> PP_Resource>,
pub GetCurrent: Option< extern "C" fn() -> PP_Resource>,
pub AttachToCurrentThread: Option< extern "C" fn(message_loop: PP_Resource) -> int32_t>,
pub Run: Option< extern "C" fn(message_loop: PP_Resource) -> int32_t>,
pub PostWork: Option< extern "C" fn(message_loop: PP_Resource, callback: Struct_PP_CompletionCallback, delay_ms: int64_t) -> int32_t>,
pub PostQuit: Option< extern "C" fn(message_loop: PP_Resource, should_destroy: PP_Bool) -> int32_t>,
}
Fields
Create | |
GetForMainThread | |
GetCurrent | |
AttachToCurrentThread | |
Run | |
PostWork | |
PostQuit | |
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
).