Struct ash::vk::SubpassResolvePerformanceQueryEXT
source · #[repr(C)]pub struct SubpassResolvePerformanceQueryEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub optimal: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§optimal: Bool32
Implementations§
source§impl SubpassResolvePerformanceQueryEXT
impl SubpassResolvePerformanceQueryEXT
pub fn builder<'a>() -> SubpassResolvePerformanceQueryEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SubpassResolvePerformanceQueryEXT
impl Clone for SubpassResolvePerformanceQueryEXT
source§fn clone(&self) -> SubpassResolvePerformanceQueryEXT
fn clone(&self) -> SubpassResolvePerformanceQueryEXT
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 SubpassResolvePerformanceQueryEXT
impl TaggedStructure for SubpassResolvePerformanceQueryEXT
const STRUCTURE_TYPE: StructureType = StructureType::SUBPASS_RESOLVE_PERFORMANCE_QUERY_EXT
impl Copy for SubpassResolvePerformanceQueryEXT
impl ExtendsFormatProperties2 for SubpassResolvePerformanceQueryEXT
Auto Trait Implementations§
impl Freeze for SubpassResolvePerformanceQueryEXT
impl RefUnwindSafe for SubpassResolvePerformanceQueryEXT
impl !Send for SubpassResolvePerformanceQueryEXT
impl !Sync for SubpassResolvePerformanceQueryEXT
impl Unpin for SubpassResolvePerformanceQueryEXT
impl UnwindSafe for SubpassResolvePerformanceQueryEXT
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