#[repr(C)]pub struct VkSwapchainPresentFenceInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub swapchainCount: u32,
pub pFences: *const VkFence,
}Fields§
§sType: VkStructureType§pNext: *const c_void§swapchainCount: u32§pFences: *const VkFenceTrait Implementations§
Source§impl Clone for VkSwapchainPresentFenceInfoKHR
impl Clone for VkSwapchainPresentFenceInfoKHR
Source§fn clone(&self) -> VkSwapchainPresentFenceInfoKHR
fn clone(&self) -> VkSwapchainPresentFenceInfoKHR
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 moreimpl Copy for VkSwapchainPresentFenceInfoKHR
Auto Trait Implementations§
impl Freeze for VkSwapchainPresentFenceInfoKHR
impl RefUnwindSafe for VkSwapchainPresentFenceInfoKHR
impl !Send for VkSwapchainPresentFenceInfoKHR
impl !Sync for VkSwapchainPresentFenceInfoKHR
impl Unpin for VkSwapchainPresentFenceInfoKHR
impl UnwindSafe for VkSwapchainPresentFenceInfoKHR
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