#[repr(C)]pub struct VkMutableDescriptorTypeCreateInfoVALVE {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub mutableDescriptorTypeListCount: u32,
pub pMutableDescriptorTypeLists: *const VkMutableDescriptorTypeListVALVE,
}Fields§
§sType: VkStructureType§pNext: *const c_void§mutableDescriptorTypeListCount: u32§pMutableDescriptorTypeLists: *const VkMutableDescriptorTypeListVALVETrait Implementations§
Source§impl Clone for VkMutableDescriptorTypeCreateInfoVALVE
impl Clone for VkMutableDescriptorTypeCreateInfoVALVE
Source§fn clone(&self) -> VkMutableDescriptorTypeCreateInfoVALVE
fn clone(&self) -> VkMutableDescriptorTypeCreateInfoVALVE
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 VkMutableDescriptorTypeCreateInfoVALVE
Auto Trait Implementations§
impl Freeze for VkMutableDescriptorTypeCreateInfoVALVE
impl RefUnwindSafe for VkMutableDescriptorTypeCreateInfoVALVE
impl !Send for VkMutableDescriptorTypeCreateInfoVALVE
impl !Sync for VkMutableDescriptorTypeCreateInfoVALVE
impl Unpin for VkMutableDescriptorTypeCreateInfoVALVE
impl UnwindSafe for VkMutableDescriptorTypeCreateInfoVALVE
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