Struct ash::vk::SwapchainCounterCreateInfoEXT
source · #[repr(C)]pub struct SwapchainCounterCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub surface_counters: SurfaceCounterFlagsEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§surface_counters: SurfaceCounterFlagsEXT
Implementations§
source§impl SwapchainCounterCreateInfoEXT
impl SwapchainCounterCreateInfoEXT
pub fn builder<'a>() -> SwapchainCounterCreateInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SwapchainCounterCreateInfoEXT
impl Clone for SwapchainCounterCreateInfoEXT
source§fn clone(&self) -> SwapchainCounterCreateInfoEXT
fn clone(&self) -> SwapchainCounterCreateInfoEXT
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 more