Union ash::vk::PerformanceValueDataINTEL
source · #[repr(C)]
pub union PerformanceValueDataINTEL {
pub value32: u32,
pub value64: u64,
pub value_float: f32,
pub value_bool: Bool32,
pub value_string: *const c_char,
}
Expand description
Fields§
§value32: u32
§value64: u64
§value_float: f32
§value_bool: Bool32
§value_string: *const c_char
Trait Implementations§
source§impl Clone for PerformanceValueDataINTEL
impl Clone for PerformanceValueDataINTEL
source§fn clone(&self) -> PerformanceValueDataINTEL
fn clone(&self) -> PerformanceValueDataINTEL
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 Default for PerformanceValueDataINTEL
impl Default for PerformanceValueDataINTEL
impl Copy for PerformanceValueDataINTEL
Auto Trait Implementations§
impl Freeze for PerformanceValueDataINTEL
impl RefUnwindSafe for PerformanceValueDataINTEL
impl !Send for PerformanceValueDataINTEL
impl !Sync for PerformanceValueDataINTEL
impl Unpin for PerformanceValueDataINTEL
impl UnwindSafe for PerformanceValueDataINTEL
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