#[repr(C)]pub struct PhysicalDeviceShaderInstrumentationPropertiesARM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub num_metrics: u32,
pub per_basic_block_granularity: u32,
}Expand description
VkPhysicalDeviceShaderInstrumentationPropertiesARM
Provided by VK_ARM_shader_instrumentation.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_INSTRUMENTATION_PROPERTIES_ARM.
p_next: *mut c_voidOptional, may be null.
num_metrics: u32§per_basic_block_granularity: u32Implementations§
Source§impl PhysicalDeviceShaderInstrumentationPropertiesARM
impl PhysicalDeviceShaderInstrumentationPropertiesARM
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderInstrumentationPropertiesARMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderInstrumentationPropertiesARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderInstrumentationPropertiesARM
impl Clone for PhysicalDeviceShaderInstrumentationPropertiesARM
Source§fn clone(&self) -> PhysicalDeviceShaderInstrumentationPropertiesARM
fn clone(&self) -> PhysicalDeviceShaderInstrumentationPropertiesARM
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 moreimpl Copy for PhysicalDeviceShaderInstrumentationPropertiesARM
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderInstrumentationPropertiesARM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderInstrumentationPropertiesARM
impl RefUnwindSafe for PhysicalDeviceShaderInstrumentationPropertiesARM
impl !Send for PhysicalDeviceShaderInstrumentationPropertiesARM
impl !Sync for PhysicalDeviceShaderInstrumentationPropertiesARM
impl Unpin for PhysicalDeviceShaderInstrumentationPropertiesARM
impl UnsafeUnpin for PhysicalDeviceShaderInstrumentationPropertiesARM
impl UnwindSafe for PhysicalDeviceShaderInstrumentationPropertiesARM
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