#[repr(C)]pub struct SwapchainPresentFenceInfoEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub swapchainCount: u32,
pub pFences: *const Fence,
}Fields§
§sType: StructureType§pNext: *mut c_void§swapchainCount: u32§pFences: *const FenceTrait Implementations§
Source§impl Clone for SwapchainPresentFenceInfoEXT
impl Clone for SwapchainPresentFenceInfoEXT
Source§fn clone(&self) -> SwapchainPresentFenceInfoEXT
fn clone(&self) -> SwapchainPresentFenceInfoEXT
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 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