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