Struct bedrock::Event [] [src]

pub struct Event(pub VkEvent, _);

Opaque handle to a event object

Trait Implementations

impl VkHandle for Event
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for Event
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for Event

impl !Sync for Event