#[repr(C)]pub struct PhysicalDeviceShaderCoreProperties2AMD {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_core_features: ShaderCorePropertiesFlagsAMD,
pub active_compute_unit_count: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidshader_core_features: ShaderCorePropertiesFlagsAMDactive_compute_unit_count: u32Implementations
sourceimpl PhysicalDeviceShaderCoreProperties2AMD
impl PhysicalDeviceShaderCoreProperties2AMD
pub fn builder<'a>() -> PhysicalDeviceShaderCoreProperties2AMDBuilder<'a>
Trait Implementations
sourceimpl Clone for PhysicalDeviceShaderCoreProperties2AMD
impl Clone for PhysicalDeviceShaderCoreProperties2AMD
sourcefn clone(&self) -> PhysicalDeviceShaderCoreProperties2AMD
fn clone(&self) -> PhysicalDeviceShaderCoreProperties2AMD
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PhysicalDeviceShaderCoreProperties2AMD
impl Default for PhysicalDeviceShaderCoreProperties2AMD
sourcefn default() -> PhysicalDeviceShaderCoreProperties2AMD
fn default() -> PhysicalDeviceShaderCoreProperties2AMD
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceShaderCoreProperties2AMD
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderCoreProperties2AMD
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceShaderCoreProperties2AMD
impl !Send for PhysicalDeviceShaderCoreProperties2AMD
impl !Sync for PhysicalDeviceShaderCoreProperties2AMD
impl Unpin for PhysicalDeviceShaderCoreProperties2AMD
impl UnwindSafe for PhysicalDeviceShaderCoreProperties2AMD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more