#[repr(C)]pub struct MutableDescriptorTypeCreateInfoVALVE {
pub s_type: StructureType,
pub p_next: *const c_void,
pub mutable_descriptor_type_list_count: u32,
pub p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListVALVE,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidmutable_descriptor_type_list_count: u32p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListVALVEImplementations
sourceimpl MutableDescriptorTypeCreateInfoVALVE
impl MutableDescriptorTypeCreateInfoVALVE
pub fn builder<'a>() -> MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
Trait Implementations
sourceimpl Clone for MutableDescriptorTypeCreateInfoVALVE
impl Clone for MutableDescriptorTypeCreateInfoVALVE
sourcefn clone(&self) -> MutableDescriptorTypeCreateInfoVALVE
fn clone(&self) -> MutableDescriptorTypeCreateInfoVALVE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for MutableDescriptorTypeCreateInfoVALVE
impl Default for MutableDescriptorTypeCreateInfoVALVE
sourcefn default() -> MutableDescriptorTypeCreateInfoVALVE
fn default() -> MutableDescriptorTypeCreateInfoVALVE
Returns the “default value” for a type. Read more
impl Copy for MutableDescriptorTypeCreateInfoVALVE
impl ExtendsDescriptorPoolCreateInfo for MutableDescriptorTypeCreateInfoVALVE
impl ExtendsDescriptorSetLayoutCreateInfo for MutableDescriptorTypeCreateInfoVALVE
Auto Trait Implementations
impl RefUnwindSafe for MutableDescriptorTypeCreateInfoVALVE
impl !Send for MutableDescriptorTypeCreateInfoVALVE
impl !Sync for MutableDescriptorTypeCreateInfoVALVE
impl Unpin for MutableDescriptorTypeCreateInfoVALVE
impl UnwindSafe for MutableDescriptorTypeCreateInfoVALVE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more