Struct ash::vk::ReleaseSwapchainImagesInfoEXT
source · #[repr(C)]pub struct ReleaseSwapchainImagesInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain: SwapchainKHR,
pub image_index_count: u32,
pub p_image_indices: *const u32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain: SwapchainKHR
§image_index_count: u32
§p_image_indices: *const u32
Implementations§
source§impl ReleaseSwapchainImagesInfoEXT
impl ReleaseSwapchainImagesInfoEXT
pub fn builder<'a>() -> ReleaseSwapchainImagesInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ReleaseSwapchainImagesInfoEXT
impl Clone for ReleaseSwapchainImagesInfoEXT
source§fn clone(&self) -> ReleaseSwapchainImagesInfoEXT
fn clone(&self) -> ReleaseSwapchainImagesInfoEXT
Returns a copy 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 TaggedStructure for ReleaseSwapchainImagesInfoEXT
impl TaggedStructure for ReleaseSwapchainImagesInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::RELEASE_SWAPCHAIN_IMAGES_INFO_EXT
impl 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