#[repr(C)]pub struct VkPerformanceValueINTEL {
pub type_: VkPerformanceValueTypeINTEL,
pub data: VkPerformanceValueDataINTEL,
}Expand description
struct VkPerformanceValueINTEL from VK_INTEL_performance_query
Fields§
§type_: VkPerformanceValueTypeINTEL§data: VkPerformanceValueDataINTELTrait Implementations§
Source§impl Clone for VkPerformanceValueINTEL
impl Clone for VkPerformanceValueINTEL
Source§fn clone(&self) -> VkPerformanceValueINTEL
fn clone(&self) -> VkPerformanceValueINTEL
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VkPerformanceValueINTEL
Auto Trait Implementations§
impl !Send for VkPerformanceValueINTEL
impl !Sync for VkPerformanceValueINTEL
impl Freeze for VkPerformanceValueINTEL
impl RefUnwindSafe for VkPerformanceValueINTEL
impl Unpin for VkPerformanceValueINTEL
impl UnsafeUnpin for VkPerformanceValueINTEL
impl UnwindSafe for VkPerformanceValueINTEL
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