Struct webrender_api::ExternalEvent [] [src]

#[repr(C)]
pub struct ExternalEvent { /* fields omitted */ }

An opaque pointer-sized value.

Methods

impl ExternalEvent
[src]

[src]

[src]

Consumes self to make it obvious that the event should be forwarded only once.

Trait Implementations

impl Clone for ExternalEvent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Send for ExternalEvent
[src]