Struct ash::vk::SwapchainPresentModeInfoEXT
source · #[repr(C)]pub struct SwapchainPresentModeInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub swapchain_count: u32,
pub p_present_modes: *const PresentModeKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§swapchain_count: u32
§p_present_modes: *const PresentModeKHR
Implementations§
source§impl SwapchainPresentModeInfoEXT
impl SwapchainPresentModeInfoEXT
pub fn builder<'a>() -> SwapchainPresentModeInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SwapchainPresentModeInfoEXT
impl Clone for SwapchainPresentModeInfoEXT
source§fn clone(&self) -> SwapchainPresentModeInfoEXT
fn clone(&self) -> SwapchainPresentModeInfoEXT
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 Debug for SwapchainPresentModeInfoEXT
impl Debug for SwapchainPresentModeInfoEXT
source§impl TaggedStructure for SwapchainPresentModeInfoEXT
impl TaggedStructure for SwapchainPresentModeInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::SWAPCHAIN_PRESENT_MODE_INFO_EXT
impl Copy for SwapchainPresentModeInfoEXT
impl ExtendsPresentInfoKHR for SwapchainPresentModeInfoEXT
Auto Trait Implementations§
impl Freeze for SwapchainPresentModeInfoEXT
impl RefUnwindSafe for SwapchainPresentModeInfoEXT
impl !Send for SwapchainPresentModeInfoEXT
impl !Sync for SwapchainPresentModeInfoEXT
impl Unpin for SwapchainPresentModeInfoEXT
impl UnwindSafe for SwapchainPresentModeInfoEXT
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