#[repr(C)]pub struct VkMutableDescriptorTypeListVALVE {
pub descriptorTypeCount: u32,
pub pDescriptorTypes: *const VkDescriptorType,
}Fields§
§descriptorTypeCount: u32§pDescriptorTypes: *const VkDescriptorTypeTrait Implementations§
Source§impl Clone for VkMutableDescriptorTypeListVALVE
impl Clone for VkMutableDescriptorTypeListVALVE
Source§fn clone(&self) -> VkMutableDescriptorTypeListVALVE
fn clone(&self) -> VkMutableDescriptorTypeListVALVE
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 VkMutableDescriptorTypeListVALVE
Auto Trait Implementations§
impl Freeze for VkMutableDescriptorTypeListVALVE
impl RefUnwindSafe for VkMutableDescriptorTypeListVALVE
impl !Send for VkMutableDescriptorTypeListVALVE
impl !Sync for VkMutableDescriptorTypeListVALVE
impl Unpin for VkMutableDescriptorTypeListVALVE
impl UnwindSafe for VkMutableDescriptorTypeListVALVE
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