Struct webrender_api::ExternalEvent
[−]
[src]
#[repr(C)]pub struct ExternalEvent { /* fields omitted */ }
An opaque pointer-sized value.
Methods
impl ExternalEvent
[src]
pub fn from_raw(raw: usize) -> Self
[src]
pub fn unwrap(self) -> usize
[src]
Consumes self to make it obvious that the event should be forwarded only once.
Trait Implementations
impl Clone for ExternalEvent
[src]
fn clone(&self) -> ExternalEvent
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more