#[repr(C)]pub struct VkPipelineExecutableStatisticKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub name: [c_char; 256],
pub description: [c_char; 256],
pub format: VkPipelineExecutableStatisticFormatKHR,
pub value: VkPipelineExecutableStatisticValueKHR,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§name: [c_char; 256]
§description: [c_char; 256]
§format: VkPipelineExecutableStatisticFormatKHR
§value: VkPipelineExecutableStatisticValueKHR
Trait Implementations§
Source§impl Clone for VkPipelineExecutableStatisticKHR
impl Clone for VkPipelineExecutableStatisticKHR
Source§fn clone(&self) -> VkPipelineExecutableStatisticKHR
fn clone(&self) -> VkPipelineExecutableStatisticKHR
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 VkPipelineExecutableStatisticKHR
Auto Trait Implementations§
impl Freeze for VkPipelineExecutableStatisticKHR
impl RefUnwindSafe for VkPipelineExecutableStatisticKHR
impl !Send for VkPipelineExecutableStatisticKHR
impl !Sync for VkPipelineExecutableStatisticKHR
impl Unpin for VkPipelineExecutableStatisticKHR
impl UnwindSafe for VkPipelineExecutableStatisticKHR
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