Docs.rs
webrender_api-0.61.0
webrender_api 0.61.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
github:servo:cargo-publish
SimonSapin
nical
gw3583
Dependencies
app_units ^0.7
normal
bitflags ^1.2
normal
byteorder ^1.2.1
normal
derive_more ^0.99
normal
euclid ^0.20.0
normal
ipc-channel ^0.12.0
normal
optional
wr_malloc_size_of ^0.1.0
normal
malloc_size_of_derive ^0.1
normal
peek-poke ^0.2
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_derive ^1.0
normal
time ^0.1
normal
core-foundation ^0.6
normal
core-graphics ^0.17.1
normal
Versions
44.07%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
webrender_
api
0.61.0
Payload
Receiver
Aliased Type
Trait Implementations
PayloadReceiverHelperMethods
In webrender_
api::
channel
webrender_api
::
channel
Type Alias
PayloadReceiver
Copy item path
Source
pub type PayloadReceiver =
MsgReceiver
<
Payload
>;
Aliased Type
§
pub struct PayloadReceiver {
/* private fields */
}
Trait Implementations
§
Source
§
impl
PayloadReceiverHelperMethods
for
PayloadReceiver
Source
§
fn
recv_payload
(&self) ->
Result
<
Payload
,
Error
>
Source
§
fn
to_mpsc_receiver
(self) ->
Receiver
<
Payload
>