#[repr(C)]pub struct VkDescriptorPoolSize {
pub type_: VkDescriptorType,
pub descriptorCount: u32,
}
Fields§
§type_: VkDescriptorType
§descriptorCount: u32
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§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkDescriptorPoolSize
impl Default for VkDescriptorPoolSize
impl Copy for VkDescriptorPoolSize
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