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