#[repr(C)]pub struct VkSwapchainPresentFenceInfoEXT {
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 VkSwapchainPresentFenceInfoEXT
impl Clone for VkSwapchainPresentFenceInfoEXT
Source§fn clone(&self) -> VkSwapchainPresentFenceInfoEXT
fn clone(&self) -> VkSwapchainPresentFenceInfoEXT
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 VkSwapchainPresentFenceInfoEXT
Auto Trait Implementations§
impl Freeze for VkSwapchainPresentFenceInfoEXT
impl RefUnwindSafe for VkSwapchainPresentFenceInfoEXT
impl !Send for VkSwapchainPresentFenceInfoEXT
impl !Sync for VkSwapchainPresentFenceInfoEXT
impl Unpin for VkSwapchainPresentFenceInfoEXT
impl UnwindSafe for VkSwapchainPresentFenceInfoEXT
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