#[repr(C)]pub struct VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub mutableDescriptorType: VkBool32,
}Fields§
§sType: VkStructureType§pNext: *mut c_void§mutableDescriptorType: VkBool32Trait Implementations§
Source§impl Clone for VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
impl Clone for VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
Source§fn clone(&self) -> VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
fn clone(&self) -> VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
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 VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
impl RefUnwindSafe for VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
impl !Send for VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
impl !Sync for VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
impl Unpin for VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
impl UnwindSafe for VkPhysicalDeviceMutableDescriptorTypeFeaturesVALVE
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