pub struct VkDescriptorPoolSize {
pub type_: VkDescriptorType,
pub descriptor_count: usize,
}
Expand description
Wrapper for VkDescriptorPoolSize.
Fields§
§type_: VkDescriptorType
§descriptor_count: usize
Trait Implementations§
Source§impl Clone for VkDescriptorPoolSize
impl Clone for VkDescriptorPoolSize
Source§fn clone(&self) -> VkDescriptorPoolSize
fn clone(&self) -> VkDescriptorPoolSize
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 moreSource§impl Debug for VkDescriptorPoolSize
impl Debug for VkDescriptorPoolSize
Source§impl Default for VkDescriptorPoolSize
impl Default for VkDescriptorPoolSize
Source§fn default() -> VkDescriptorPoolSize
fn default() -> VkDescriptorPoolSize
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkDescriptorPoolSize
impl RefUnwindSafe for VkDescriptorPoolSize
impl Send for VkDescriptorPoolSize
impl Sync for VkDescriptorPoolSize
impl Unpin for VkDescriptorPoolSize
impl UnwindSafe for VkDescriptorPoolSize
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