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