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