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