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