Struct VkDescriptor Pool
pub struct VkDescriptorPool(/* private fields */);Expand description
Implementations§
§impl DescriptorPool
impl DescriptorPool
pub const fn null() -> DescriptorPool
Trait Implementations§
§impl Clone for DescriptorPool
impl Clone for DescriptorPool
§fn clone(&self) -> DescriptorPool
fn clone(&self) -> DescriptorPool
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for DescriptorPool
impl Debug for DescriptorPool
§impl Default for DescriptorPool
impl Default for DescriptorPool
§fn default() -> DescriptorPool
fn default() -> DescriptorPool
Returns the “default value” for a type. Read more
§impl Handle for DescriptorPool
impl Handle for DescriptorPool
§impl Hash for DescriptorPool
impl Hash for DescriptorPool
§impl Ord for DescriptorPool
impl Ord for DescriptorPool
§impl PartialEq for DescriptorPool
impl PartialEq for DescriptorPool
§impl PartialOrd for DescriptorPool
impl PartialOrd for DescriptorPool
§impl Pointer for DescriptorPool
impl Pointer for DescriptorPool
impl Copy for DescriptorPool
impl Eq for DescriptorPool
impl StructuralPartialEq for DescriptorPool
Auto Trait Implementations§
impl Freeze for DescriptorPool
impl RefUnwindSafe for DescriptorPool
impl Send for DescriptorPool
impl Sync for DescriptorPool
impl Unpin for DescriptorPool
impl UnwindSafe for DescriptorPool
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more