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 moresource§impl TaggedStructure for SwapchainCounterCreateInfoEXT
impl TaggedStructure for SwapchainCounterCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::SWAPCHAIN_COUNTER_CREATE_INFO_EXT
impl Copy for SwapchainCounterCreateInfoEXT
impl ExtendsSwapchainCreateInfoKHR for SwapchainCounterCreateInfoEXT
Auto Trait Implementations§
impl Freeze for SwapchainCounterCreateInfoEXT
impl RefUnwindSafe for SwapchainCounterCreateInfoEXT
impl !Send for SwapchainCounterCreateInfoEXT
impl !Sync for SwapchainCounterCreateInfoEXT
impl Unpin for SwapchainCounterCreateInfoEXT
impl UnwindSafe for SwapchainCounterCreateInfoEXT
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