#[repr(C)]pub struct ReleaseSwapchainImagesInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub swapchain: SwapchainKHR,
pub imageIndexCount: u32,
pub pImageIndices: *const u32,
}Fields§
§sType: StructureType§pNext: *const c_void§swapchain: SwapchainKHR§imageIndexCount: u32§pImageIndices: *const u32Trait Implementations§
Source§impl Clone for ReleaseSwapchainImagesInfoEXT
impl Clone for ReleaseSwapchainImagesInfoEXT
Source§fn clone(&self) -> ReleaseSwapchainImagesInfoEXT
fn clone(&self) -> ReleaseSwapchainImagesInfoEXT
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 ReleaseSwapchainImagesInfoEXT
Auto Trait Implementations§
impl Freeze for ReleaseSwapchainImagesInfoEXT
impl RefUnwindSafe for ReleaseSwapchainImagesInfoEXT
impl !Send for ReleaseSwapchainImagesInfoEXT
impl !Sync for ReleaseSwapchainImagesInfoEXT
impl Unpin for ReleaseSwapchainImagesInfoEXT
impl UnwindSafe for ReleaseSwapchainImagesInfoEXT
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