#[repr(C)]pub struct SwapchainPresentFenceInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain_count: u32,
pub fences: *const Fence,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§swapchain_count: u32§fences: *const FenceTrait Implementations§
Source§impl Clone for SwapchainPresentFenceInfoKHR
impl Clone for SwapchainPresentFenceInfoKHR
Source§fn clone(&self) -> SwapchainPresentFenceInfoKHR
fn clone(&self) -> SwapchainPresentFenceInfoKHR
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 moreSource§impl Debug for SwapchainPresentFenceInfoKHR
impl Debug for SwapchainPresentFenceInfoKHR
Source§impl Hash for SwapchainPresentFenceInfoKHR
impl Hash for SwapchainPresentFenceInfoKHR
Source§impl PartialEq for SwapchainPresentFenceInfoKHR
impl PartialEq for SwapchainPresentFenceInfoKHR
Source§fn eq(&self, other: &SwapchainPresentFenceInfoKHR) -> bool
fn eq(&self, other: &SwapchainPresentFenceInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SwapchainPresentFenceInfoKHR
impl Eq for SwapchainPresentFenceInfoKHR
impl Send for SwapchainPresentFenceInfoKHR
impl StructuralPartialEq for SwapchainPresentFenceInfoKHR
impl Sync for SwapchainPresentFenceInfoKHR
Auto Trait Implementations§
impl Freeze for SwapchainPresentFenceInfoKHR
impl RefUnwindSafe for SwapchainPresentFenceInfoKHR
impl Unpin for SwapchainPresentFenceInfoKHR
impl UnwindSafe for SwapchainPresentFenceInfoKHR
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