#[repr(C)]pub struct MutableDescriptorTypeCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub mutable_descriptor_type_list_count: u32,
pub p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT,
}Expand description
VkMutableDescriptorTypeCreateInfoEXT
Provided by VK_EXT_mutable_descriptor_type.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
mutable_descriptor_type_list_count: u32Length of p_mutable_descriptor_type_lists.
p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXTImplementations§
Source§impl MutableDescriptorTypeCreateInfoEXT
impl MutableDescriptorTypeCreateInfoEXT
Sourcepub fn builder<'a>() -> MutableDescriptorTypeCreateInfoEXTBuilder<'a>
pub fn builder<'a>() -> MutableDescriptorTypeCreateInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MutableDescriptorTypeCreateInfoEXT
impl Clone for MutableDescriptorTypeCreateInfoEXT
Source§fn clone(&self) -> MutableDescriptorTypeCreateInfoEXT
fn clone(&self) -> MutableDescriptorTypeCreateInfoEXT
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 Default for MutableDescriptorTypeCreateInfoEXT
impl Default for MutableDescriptorTypeCreateInfoEXT
Source§fn default() -> MutableDescriptorTypeCreateInfoEXT
fn default() -> MutableDescriptorTypeCreateInfoEXT
Returns the “default value” for a type. Read more
impl Copy for MutableDescriptorTypeCreateInfoEXT
impl ExtendsDescriptorPoolCreateInfo for MutableDescriptorTypeCreateInfoEXT
impl ExtendsDescriptorSetLayoutCreateInfo for MutableDescriptorTypeCreateInfoEXT
Auto Trait Implementations§
impl Freeze for MutableDescriptorTypeCreateInfoEXT
impl RefUnwindSafe for MutableDescriptorTypeCreateInfoEXT
impl !Send for MutableDescriptorTypeCreateInfoEXT
impl !Sync for MutableDescriptorTypeCreateInfoEXT
impl Unpin for MutableDescriptorTypeCreateInfoEXT
impl UnsafeUnpin for MutableDescriptorTypeCreateInfoEXT
impl UnwindSafe for MutableDescriptorTypeCreateInfoEXT
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