Type Alias MutableDescriptorTypeListVALVE

Source
pub type MutableDescriptorTypeListVALVE<'a> = MutableDescriptorTypeListEXT<'a>;

Aliased Type§

#[repr(C)]
pub struct MutableDescriptorTypeListVALVE<'a> { pub descriptor_type_count: u32, pub p_descriptor_types: *const DescriptorType, pub _marker: PhantomData<&'a ()>, }

Fields§

§descriptor_type_count: u32§p_descriptor_types: *const DescriptorType§_marker: PhantomData<&'a ()>