Struct bedrock::Semaphore [] [src]

pub struct Semaphore(pub VkSemaphore, _);

Opaque handle to a semaphore object

Trait Implementations

impl VkHandle for Semaphore
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for Semaphore
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for Semaphore

impl !Sync for Semaphore