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