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