#[repr(C)]pub struct MutableDescriptorTypeCreateInfoVALVE {
pub s_type: StructureType,
pub next: *const c_void,
pub mutable_descriptor_type_list_count: u32,
pub mutable_descriptor_type_lists: *const MutableDescriptorTypeListVALVE,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidmutable_descriptor_type_list_count: u32mutable_descriptor_type_lists: *const MutableDescriptorTypeListVALVETrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !Send for MutableDescriptorTypeCreateInfoVALVE
impl !Sync for MutableDescriptorTypeCreateInfoVALVE
Blanket Implementations
Mutably borrows from an owned value. Read more