Struct ash::vk::PipelineExecutableStatisticKHR
source · #[repr(C)]pub struct PipelineExecutableStatisticKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub name: [c_char; 256],
pub description: [c_char; 256],
pub format: PipelineExecutableStatisticFormatKHR,
pub value: PipelineExecutableStatisticValueKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§name: [c_char; 256]
§description: [c_char; 256]
§format: PipelineExecutableStatisticFormatKHR
§value: PipelineExecutableStatisticValueKHR
Implementations§
source§impl PipelineExecutableStatisticKHR
impl PipelineExecutableStatisticKHR
pub fn builder<'a>() -> PipelineExecutableStatisticKHRBuilder<'a>
Trait Implementations§
source§impl Clone for PipelineExecutableStatisticKHR
impl Clone for PipelineExecutableStatisticKHR
source§fn clone(&self) -> PipelineExecutableStatisticKHR
fn clone(&self) -> PipelineExecutableStatisticKHR
Returns a copy 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 TaggedStructure for PipelineExecutableStatisticKHR
impl TaggedStructure for PipelineExecutableStatisticKHR
const STRUCTURE_TYPE: StructureType = StructureType::PIPELINE_EXECUTABLE_STATISTIC_KHR
impl Copy for PipelineExecutableStatisticKHR
Auto Trait Implementations§
impl Freeze for PipelineExecutableStatisticKHR
impl RefUnwindSafe for PipelineExecutableStatisticKHR
impl !Send for PipelineExecutableStatisticKHR
impl !Sync for PipelineExecutableStatisticKHR
impl Unpin for PipelineExecutableStatisticKHR
impl UnwindSafe for PipelineExecutableStatisticKHR
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