Struct voodoo::EventHandle [] [src]

#[repr(C)]
pub struct EventHandle(_);

Methods

impl EventHandle
[src]

[src]

Trait Implementations

impl Clone for EventHandle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EventHandle
[src]

impl Debug for EventHandle
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for EventHandle
[src]

impl PartialEq for EventHandle
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Handle for EventHandle
[src]

[src]

Auto Trait Implementations

impl Send for EventHandle

impl Sync for EventHandle