pub type MutableDescriptorTypeListVALVE<'a> = MutableDescriptorTypeListEXT<'a>;
Aliased Type§
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 ()>
Implementations
source§impl<'a> MutableDescriptorTypeListEXT<'a>
impl<'a> MutableDescriptorTypeListEXT<'a>
pub fn descriptor_types(self, descriptor_types: &'a [DescriptorType]) -> Self
Trait Implementations
source§impl<'a> Clone for MutableDescriptorTypeListEXT<'a>
impl<'a> Clone for MutableDescriptorTypeListEXT<'a>
source§fn clone(&self) -> MutableDescriptorTypeListEXT<'a>
fn clone(&self) -> MutableDescriptorTypeListEXT<'a>
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 more