pub struct Struct_PPB_URLRequestInfo_1_0 {
pub Create: Option< extern "C" fn(instance: PP_Instance) -> PP_Resource>,
pub IsURLRequestInfo: Option< extern "C" fn(resource: PP_Resource) -> PP_Bool>,
pub SetProperty: Option< extern "C" fn(request: PP_Resource, property: PP_URLRequestProperty, value: Struct_PP_Var) -> PP_Bool>,
pub AppendDataToBody: Option< extern "C" fn(request: PP_Resource, data: *const c_void, len: uint32_t) -> PP_Bool>,
pub AppendFileToBody: Option< extern "C" fn(request: PP_Resource, file_ref: PP_Resource, start_offset: int64_t, number_of_bytes: int64_t, expected_last_modified_time: PP_Time) -> PP_Bool>,
}
Fields
Create | |
IsURLRequestInfo | |
SetProperty | |
AppendDataToBody | |
AppendFileToBody | |
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
).