pub struct VkQueryPoolPerformanceQueryCreateInfo {
pub performance_counters_sampling: VkQueryPoolSamplingMode,
}Expand description
Wrapper for VkQueryPoolPerformanceQueryCreateInfoINTEL.
Fields§
§performance_counters_sampling: VkQueryPoolSamplingModeTrait Implementations§
Source§impl Clone for VkQueryPoolPerformanceQueryCreateInfo
impl Clone for VkQueryPoolPerformanceQueryCreateInfo
Source§fn clone(&self) -> VkQueryPoolPerformanceQueryCreateInfo
fn clone(&self) -> VkQueryPoolPerformanceQueryCreateInfo
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 moreSource§impl Default for VkQueryPoolPerformanceQueryCreateInfo
impl Default for VkQueryPoolPerformanceQueryCreateInfo
Source§fn default() -> VkQueryPoolPerformanceQueryCreateInfo
fn default() -> VkQueryPoolPerformanceQueryCreateInfo
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VkQueryPoolPerformanceQueryCreateInfo
impl RefUnwindSafe for VkQueryPoolPerformanceQueryCreateInfo
impl Send for VkQueryPoolPerformanceQueryCreateInfo
impl Sync for VkQueryPoolPerformanceQueryCreateInfo
impl Unpin for VkQueryPoolPerformanceQueryCreateInfo
impl UnwindSafe for VkQueryPoolPerformanceQueryCreateInfo
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