#[repr(C)]pub struct PhysicalDevicePerformanceQueryPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub allow_command_buffer_query_copies: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§allow_command_buffer_query_copies: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDevicePerformanceQueryPropertiesKHR
impl Clone for PhysicalDevicePerformanceQueryPropertiesKHR
source§fn clone(&self) -> PhysicalDevicePerformanceQueryPropertiesKHR
fn clone(&self) -> PhysicalDevicePerformanceQueryPropertiesKHR
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 moresource§impl TaggedStructure for PhysicalDevicePerformanceQueryPropertiesKHR
impl TaggedStructure for PhysicalDevicePerformanceQueryPropertiesKHR
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PERFORMANCE_QUERY_PROPERTIES_KHR
impl Copy for PhysicalDevicePerformanceQueryPropertiesKHR
impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePerformanceQueryPropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDevicePerformanceQueryPropertiesKHR
impl RefUnwindSafe for PhysicalDevicePerformanceQueryPropertiesKHR
impl !Send for PhysicalDevicePerformanceQueryPropertiesKHR
impl !Sync for PhysicalDevicePerformanceQueryPropertiesKHR
impl Unpin for PhysicalDevicePerformanceQueryPropertiesKHR
impl UnwindSafe for PhysicalDevicePerformanceQueryPropertiesKHR
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