#[repr(C)]pub struct VkPerformanceValueINTEL {
pub type_: VkPerformanceValueTypeINTEL,
pub data: VkPerformanceValueDataINTEL,
}
Fields§
§type_: VkPerformanceValueTypeINTEL
§data: VkPerformanceValueDataINTEL
Trait 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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkPerformanceValueINTEL
impl Default for VkPerformanceValueINTEL
impl Copy for VkPerformanceValueINTEL
Auto Trait Implementations§
impl Freeze for VkPerformanceValueINTEL
impl RefUnwindSafe for VkPerformanceValueINTEL
impl !Send for VkPerformanceValueINTEL
impl !Sync for VkPerformanceValueINTEL
impl Unpin 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