Struct ash::vk::MutableDescriptorTypeCreateInfoEXT
source · #[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
Fields§
§s_type: StructureType
§p_next: *const c_void
§mutable_descriptor_type_list_count: u32
§p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListEXT
Implementations§
source§impl MutableDescriptorTypeCreateInfoEXT
impl MutableDescriptorTypeCreateInfoEXT
pub fn builder<'a>() -> MutableDescriptorTypeCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for MutableDescriptorTypeCreateInfoEXT
impl Clone for MutableDescriptorTypeCreateInfoEXT
source§fn clone(&self) -> MutableDescriptorTypeCreateInfoEXT
fn clone(&self) -> MutableDescriptorTypeCreateInfoEXT
Returns a copy 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 TaggedStructure for MutableDescriptorTypeCreateInfoEXT
impl TaggedStructure for MutableDescriptorTypeCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::MUTABLE_DESCRIPTOR_TYPE_CREATE_INFO_EXT
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 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