#[repr(C)]pub union VkPerformanceCounterResultKHR {
pub int32: i32,
pub int64: i64,
pub uint32: u32,
pub uint64: u64,
pub float32: f32,
pub float64: f64,
}Fields§
§int32: i32§int64: i64§uint32: u32§uint64: u64§float32: f32§float64: f64Trait Implementations§
Source§impl Clone for VkPerformanceCounterResultKHR
impl Clone for VkPerformanceCounterResultKHR
Source§fn clone(&self) -> VkPerformanceCounterResultKHR
fn clone(&self) -> VkPerformanceCounterResultKHR
Returns a duplicate 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 VkPerformanceCounterResultKHR
Auto Trait Implementations§
impl Freeze for VkPerformanceCounterResultKHR
impl RefUnwindSafe for VkPerformanceCounterResultKHR
impl Send for VkPerformanceCounterResultKHR
impl Sync for VkPerformanceCounterResultKHR
impl Unpin for VkPerformanceCounterResultKHR
impl UnwindSafe for VkPerformanceCounterResultKHR
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