#[repr(C)]pub struct PerformanceQueryReservationInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub max_performance_queries_per_pool: u32,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PERFORMANCE_QUERY_RESERVATION_INFO_KHR.
p_next: *const c_voidOptional, may be null.
max_performance_queries_per_pool: u32Implementations§
Source§impl PerformanceQueryReservationInfoKHR
impl PerformanceQueryReservationInfoKHR
Sourcepub fn builder<'a>() -> PerformanceQueryReservationInfoKHRBuilder<'a>
pub fn builder<'a>() -> PerformanceQueryReservationInfoKHRBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PerformanceQueryReservationInfoKHR
impl Clone for PerformanceQueryReservationInfoKHR
Source§fn clone(&self) -> PerformanceQueryReservationInfoKHR
fn clone(&self) -> PerformanceQueryReservationInfoKHR
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 PerformanceQueryReservationInfoKHR
impl Default for PerformanceQueryReservationInfoKHR
Source§fn default() -> PerformanceQueryReservationInfoKHR
fn default() -> PerformanceQueryReservationInfoKHR
Returns the “default value” for a type. Read more
impl Copy for PerformanceQueryReservationInfoKHR
impl ExtendsDeviceCreateInfo for PerformanceQueryReservationInfoKHR
Auto Trait Implementations§
impl Freeze for PerformanceQueryReservationInfoKHR
impl RefUnwindSafe for PerformanceQueryReservationInfoKHR
impl !Send for PerformanceQueryReservationInfoKHR
impl !Sync for PerformanceQueryReservationInfoKHR
impl Unpin for PerformanceQueryReservationInfoKHR
impl UnsafeUnpin for PerformanceQueryReservationInfoKHR
impl UnwindSafe for PerformanceQueryReservationInfoKHR
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