#[repr(C)]pub struct PhysicalDeviceLayeredApiPropertiesListKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub layered_api_count: u32,
pub layered_apis: *mut PhysicalDeviceLayeredApiPropertiesKHR,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§layered_api_count: u32§layered_apis: *mut PhysicalDeviceLayeredApiPropertiesKHRTrait Implementations§
Source§impl Clone for PhysicalDeviceLayeredApiPropertiesListKHR
impl Clone for PhysicalDeviceLayeredApiPropertiesListKHR
Source§fn clone(&self) -> PhysicalDeviceLayeredApiPropertiesListKHR
fn clone(&self) -> PhysicalDeviceLayeredApiPropertiesListKHR
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 moreSource§impl PartialEq for PhysicalDeviceLayeredApiPropertiesListKHR
impl PartialEq for PhysicalDeviceLayeredApiPropertiesListKHR
Source§fn eq(&self, other: &PhysicalDeviceLayeredApiPropertiesListKHR) -> bool
fn eq(&self, other: &PhysicalDeviceLayeredApiPropertiesListKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceLayeredApiPropertiesListKHR
impl Eq for PhysicalDeviceLayeredApiPropertiesListKHR
impl Send for PhysicalDeviceLayeredApiPropertiesListKHR
impl StructuralPartialEq for PhysicalDeviceLayeredApiPropertiesListKHR
impl Sync for PhysicalDeviceLayeredApiPropertiesListKHR
Auto Trait Implementations§
impl Freeze for PhysicalDeviceLayeredApiPropertiesListKHR
impl RefUnwindSafe for PhysicalDeviceLayeredApiPropertiesListKHR
impl Unpin for PhysicalDeviceLayeredApiPropertiesListKHR
impl UnwindSafe for PhysicalDeviceLayeredApiPropertiesListKHR
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