#[repr(C)]
pub union PipelineExecutableStatisticValueKHR {
pub b32: u32,
pub i64: i64,
pub u64: u64,
pub f64: f64,
}Expand description
Fields
b32: u32i64: i64u64: u64f64: f64Trait Implementations
sourceimpl Clone for PipelineExecutableStatisticValueKHR
impl Clone for PipelineExecutableStatisticValueKHR
sourcefn clone(&self) -> PipelineExecutableStatisticValueKHR
fn clone(&self) -> PipelineExecutableStatisticValueKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for PipelineExecutableStatisticValueKHR
impl Default for PipelineExecutableStatisticValueKHR
sourcefn default() -> PipelineExecutableStatisticValueKHR
fn default() -> PipelineExecutableStatisticValueKHR
Returns the “default value” for a type. Read more
impl Copy for PipelineExecutableStatisticValueKHR
Auto Trait Implementations
impl RefUnwindSafe for PipelineExecutableStatisticValueKHR
impl Send for PipelineExecutableStatisticValueKHR
impl Sync for PipelineExecutableStatisticValueKHR
impl Unpin for PipelineExecutableStatisticValueKHR
impl UnwindSafe for PipelineExecutableStatisticValueKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more