#[repr(C)]pub struct PipelineExecutableStatisticKHR {
pub sType: StructureType,
pub pNext: *mut c_void,
pub name: [c_char; 256],
pub description: [c_char; 256],
pub format: PipelineExecutableStatisticFormatKHR,
pub value: PipelineExecutableStatisticValueKHR,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§name: [c_char; 256]
§description: [c_char; 256]
§format: PipelineExecutableStatisticFormatKHR
§value: PipelineExecutableStatisticValueKHR
Trait Implementations§
Source§impl Clone for PipelineExecutableStatisticKHR
impl Clone for PipelineExecutableStatisticKHR
Source§fn clone(&self) -> PipelineExecutableStatisticKHR
fn clone(&self) -> PipelineExecutableStatisticKHR
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 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