Struct draw2d::graphics::vulkan::device::Queue [−][src]
Expand description
A wrapper of the raw vulkan queue handle which prevents different threads from accessing the queue concurrently using a mutex.
Fields
family_id: u32
index: u32
Implementations
Build a queue wrapper from the raw queue handle.
Returns true if this instance and another represent the same device queue
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Queue
impl UnwindSafe for Queue
Blanket Implementations
Mutably borrows from an owned value. Read more
The inverse inclusion map: attempts to construct self
from the equivalent element of its
superset. Read more
Checks if self
is actually part of its subset T
(and can be converted to it).
Use with care! Same as self.to_subset
but without any property checks. Always succeeds.
The inclusion map: converts self
to the equivalent element of its superset.