Struct ash::vk::SwapchainPresentFenceInfoEXT
source · #[repr(C)]pub struct SwapchainPresentFenceInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_fences: *const Fence,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain_count: u32
§p_fences: *const Fence
Implementations§
source§impl SwapchainPresentFenceInfoEXT
impl SwapchainPresentFenceInfoEXT
pub fn builder<'a>() -> SwapchainPresentFenceInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SwapchainPresentFenceInfoEXT
impl Clone for SwapchainPresentFenceInfoEXT
source§fn clone(&self) -> SwapchainPresentFenceInfoEXT
fn clone(&self) -> SwapchainPresentFenceInfoEXT
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 Debug for SwapchainPresentFenceInfoEXT
impl Debug for SwapchainPresentFenceInfoEXT
source§impl TaggedStructure for SwapchainPresentFenceInfoEXT
impl TaggedStructure for SwapchainPresentFenceInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::SWAPCHAIN_PRESENT_FENCE_INFO_EXT
impl Copy for SwapchainPresentFenceInfoEXT
impl ExtendsPresentInfoKHR for SwapchainPresentFenceInfoEXT
Auto Trait Implementations§
impl Freeze for SwapchainPresentFenceInfoEXT
impl RefUnwindSafe for SwapchainPresentFenceInfoEXT
impl !Send for SwapchainPresentFenceInfoEXT
impl !Sync for SwapchainPresentFenceInfoEXT
impl Unpin for SwapchainPresentFenceInfoEXT
impl UnwindSafe for SwapchainPresentFenceInfoEXT
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