Struct voodoo::Event [] [src]

pub struct Event { /* fields omitted */ }

Methods

impl Event
[src]

[src]

[src]

Returns this object's handle.

[src]

Returns a reference to this object's associated device.

[src]

[src]

[src]

Trait Implementations

impl Debug for Event
[src]

[src]

Formats the value using the given formatter.

impl Clone for Event
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'h> Handle for &'h Event
[src]

[src]