Union ash::vk::PerformanceCounterResultKHR
source · #[repr(C)]
pub union PerformanceCounterResultKHR {
pub int32: i32,
pub int64: i64,
pub uint32: u32,
pub uint64: u64,
pub float32: f32,
pub float64: f64,
}
Expand description
Fields§
§int32: i32
§int64: i64
§uint32: u32
§uint64: u64
§float32: f32
§float64: f64
Trait Implementations§
source§impl Clone for PerformanceCounterResultKHR
impl Clone for PerformanceCounterResultKHR
source§fn clone(&self) -> PerformanceCounterResultKHR
fn clone(&self) -> PerformanceCounterResultKHR
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 moreimpl Copy for PerformanceCounterResultKHR
Auto Trait Implementations§
impl Freeze for PerformanceCounterResultKHR
impl RefUnwindSafe for PerformanceCounterResultKHR
impl Send for PerformanceCounterResultKHR
impl Sync for PerformanceCounterResultKHR
impl Unpin for PerformanceCounterResultKHR
impl UnwindSafe for PerformanceCounterResultKHR
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