#[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: StructureType
§p_next: *const c_void
§mutable_descriptor_type_list_count: u32
§p_mutable_descriptor_type_lists: *const MutableDescriptorTypeListVALVE
Implementations§
Source§impl MutableDescriptorTypeCreateInfoVALVE
impl MutableDescriptorTypeCreateInfoVALVE
pub fn builder<'a>() -> MutableDescriptorTypeCreateInfoVALVEBuilder<'a>
Trait Implementations§
Source§impl Clone for MutableDescriptorTypeCreateInfoVALVE
impl Clone for MutableDescriptorTypeCreateInfoVALVE
Source§fn clone(&self) -> MutableDescriptorTypeCreateInfoVALVE
fn clone(&self) -> MutableDescriptorTypeCreateInfoVALVE
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 moreimpl Copy for MutableDescriptorTypeCreateInfoVALVE
impl ExtendsDescriptorPoolCreateInfo for MutableDescriptorTypeCreateInfoVALVE
impl ExtendsDescriptorSetLayoutCreateInfo for MutableDescriptorTypeCreateInfoVALVE
Auto Trait Implementations§
impl Freeze for MutableDescriptorTypeCreateInfoVALVE
impl RefUnwindSafe for MutableDescriptorTypeCreateInfoVALVE
impl !Send for MutableDescriptorTypeCreateInfoVALVE
impl !Sync for MutableDescriptorTypeCreateInfoVALVE
impl Unpin for MutableDescriptorTypeCreateInfoVALVE
impl UnwindSafe for MutableDescriptorTypeCreateInfoVALVE
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