bedrock
0.1.0-vk1.4.305
Descriptor
Pool
Implementations on Foreign Types
&'s T
&'s mut T
Arc<T>
Box<T>
ManuallyDrop<T>
MutexGuard<'_, T>
MutexGuard<'_, T>
Rc<T>
Ref<'_, T>
RefMut<'_, T>
RwLockReadGuard<'_, T>
RwLockReadGuard<'_, T>
RwLockWriteGuard<'_, T>
RwLockWriteGuard<'_, T>
Implementors
In crate bedrock
bedrock
Trait
DescriptorPool
Copy item path
Source
pub trait DescriptorPool:
VkHandle
<Handle =
VkDescriptorPool
> { }
Implementations on Foreign Types
§
Source
§
impl<'s, T>
DescriptorPool
for
&'s T
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<'s, T>
DescriptorPool
for
&'s mut T
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for
Box
<T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for
Rc
<T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for
Arc
<T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for
Ref
<'_, T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for
RefMut
<'_, T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for
ManuallyDrop
<T>
where T:
DescriptorPool
,
Source
§
impl<T>
DescriptorPool
for
MutexGuard
<'_, T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for
RwLockReadGuard
<'_, T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for
RwLockWriteGuard
<'_, T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for MutexGuard<'_, T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for RwLockReadGuard<'_, T>
where T:
DescriptorPool
+ ?
Sized
,
Source
§
impl<T>
DescriptorPool
for RwLockWriteGuard<'_, T>
where T:
DescriptorPool
+ ?
Sized
,
Implementors
§
Source
§
impl<Device:
VkHandle
<Handle =
VkDevice
>>
DescriptorPool
for
DescriptorPoolObject
<Device>