Struct ash::vk::BindImageMemorySwapchainInfoKHR
source · #[repr(C)]pub struct BindImageMemorySwapchainInfoKHR<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain: SwapchainKHR,
pub image_index: u32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain: SwapchainKHR
§image_index: u32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> BindImageMemorySwapchainInfoKHR<'a>
impl<'a> BindImageMemorySwapchainInfoKHR<'a>
pub fn swapchain(self, swapchain: SwapchainKHR) -> Self
pub fn image_index(self, image_index: u32) -> Self
Trait Implementations§
source§impl<'a> Clone for BindImageMemorySwapchainInfoKHR<'a>
impl<'a> Clone for BindImageMemorySwapchainInfoKHR<'a>
source§fn clone(&self) -> BindImageMemorySwapchainInfoKHR<'a>
fn clone(&self) -> BindImageMemorySwapchainInfoKHR<'a>
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<'a> Debug for BindImageMemorySwapchainInfoKHR<'a>
impl<'a> Debug for BindImageMemorySwapchainInfoKHR<'a>
source§impl Default for BindImageMemorySwapchainInfoKHR<'_>
impl Default for BindImageMemorySwapchainInfoKHR<'_>
source§impl<'a> TaggedStructure for BindImageMemorySwapchainInfoKHR<'a>
impl<'a> TaggedStructure for BindImageMemorySwapchainInfoKHR<'a>
const STRUCTURE_TYPE: StructureType = StructureType::BIND_IMAGE_MEMORY_SWAPCHAIN_INFO_KHR
impl<'a> Copy for BindImageMemorySwapchainInfoKHR<'a>
impl ExtendsBindImageMemoryInfo for BindImageMemorySwapchainInfoKHR<'_>
impl Send for BindImageMemorySwapchainInfoKHR<'_>
impl Sync for BindImageMemorySwapchainInfoKHR<'_>
Auto Trait Implementations§
impl<'a> Freeze for BindImageMemorySwapchainInfoKHR<'a>
impl<'a> RefUnwindSafe for BindImageMemorySwapchainInfoKHR<'a>
impl<'a> Unpin for BindImageMemorySwapchainInfoKHR<'a>
impl<'a> UnwindSafe for BindImageMemorySwapchainInfoKHR<'a>
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