#[repr(C)]pub struct PhysicalDevicePerformanceQueryPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub allow_command_buffer_query_copies: u32,
}Expand description
Fields
s_type: StructureTypep_next: *mut c_voidallow_command_buffer_query_copies: u32Implementations
Trait Implementations
sourceimpl Clone for PhysicalDevicePerformanceQueryPropertiesKHR
impl Clone for PhysicalDevicePerformanceQueryPropertiesKHR
sourcefn clone(&self) -> PhysicalDevicePerformanceQueryPropertiesKHR
fn clone(&self) -> PhysicalDevicePerformanceQueryPropertiesKHR
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 moresourceimpl Default for PhysicalDevicePerformanceQueryPropertiesKHR
impl Default for PhysicalDevicePerformanceQueryPropertiesKHR
sourcefn default() -> PhysicalDevicePerformanceQueryPropertiesKHR
fn default() -> PhysicalDevicePerformanceQueryPropertiesKHR
Returns the “default value” for a type. Read more
impl Copy for PhysicalDevicePerformanceQueryPropertiesKHR
impl ExtendsPhysicalDeviceProperties2 for PhysicalDevicePerformanceQueryPropertiesKHR
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDevicePerformanceQueryPropertiesKHR
impl !Send for PhysicalDevicePerformanceQueryPropertiesKHR
impl !Sync for PhysicalDevicePerformanceQueryPropertiesKHR
impl Unpin for PhysicalDevicePerformanceQueryPropertiesKHR
impl UnwindSafe for PhysicalDevicePerformanceQueryPropertiesKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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