Union ash::vk::PipelineExecutableStatisticValueKHR
source · #[repr(C)]
pub union PipelineExecutableStatisticValueKHR {
pub b32: Bool32,
pub i64: i64,
pub u64: u64,
pub f64: f64,
}
Expand description
Fields§
§b32: Bool32
§i64: i64
§u64: u64
§f64: f64
Trait Implementations§
source§impl Clone for PipelineExecutableStatisticValueKHR
impl Clone for PipelineExecutableStatisticValueKHR
source§fn clone(&self) -> PipelineExecutableStatisticValueKHR
fn clone(&self) -> PipelineExecutableStatisticValueKHR
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 PipelineExecutableStatisticValueKHR
Auto Trait Implementations§
impl Freeze for PipelineExecutableStatisticValueKHR
impl RefUnwindSafe for PipelineExecutableStatisticValueKHR
impl Send for PipelineExecutableStatisticValueKHR
impl Sync for PipelineExecutableStatisticValueKHR
impl Unpin for PipelineExecutableStatisticValueKHR
impl UnwindSafe for PipelineExecutableStatisticValueKHR
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