Struct virtual_view::EventManager [] [src]

pub struct EventManager(_);

Methods

impl EventManager
[src]

[src]

[src]

Trait Implementations

impl Clone for EventManager
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Send for EventManager
[src]

impl Sync for EventManager
[src]

impl Debug for EventManager
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations