#[repr(C)]pub struct VkPhysicalDeviceShaderCoreProperties2AMD {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub shaderCoreFeatures: VkShaderCorePropertiesFlagsAMD,
pub activeComputeUnitCount: u32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§shaderCoreFeatures: VkShaderCorePropertiesFlagsAMD
§activeComputeUnitCount: u32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceShaderCoreProperties2AMD
impl Clone for VkPhysicalDeviceShaderCoreProperties2AMD
Source§fn clone(&self) -> VkPhysicalDeviceShaderCoreProperties2AMD
fn clone(&self) -> VkPhysicalDeviceShaderCoreProperties2AMD
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceShaderCoreProperties2AMD
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceShaderCoreProperties2AMD
impl RefUnwindSafe for VkPhysicalDeviceShaderCoreProperties2AMD
impl !Send for VkPhysicalDeviceShaderCoreProperties2AMD
impl !Sync for VkPhysicalDeviceShaderCoreProperties2AMD
impl Unpin for VkPhysicalDeviceShaderCoreProperties2AMD
impl UnwindSafe for VkPhysicalDeviceShaderCoreProperties2AMD
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