#[repr(C)]pub struct VkSwapchainPresentModesCreateInfoKHR {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub presentModeCount: u32,
pub pPresentModes: *const VkPresentModeKHR,
}Fields§
§sType: VkStructureType§pNext: *const c_void§presentModeCount: u32§pPresentModes: *const VkPresentModeKHRTrait Implementations§
Source§impl Clone for VkSwapchainPresentModesCreateInfoKHR
impl Clone for VkSwapchainPresentModesCreateInfoKHR
Source§fn clone(&self) -> VkSwapchainPresentModesCreateInfoKHR
fn clone(&self) -> VkSwapchainPresentModesCreateInfoKHR
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 moreimpl Copy for VkSwapchainPresentModesCreateInfoKHR
Auto Trait Implementations§
impl Freeze for VkSwapchainPresentModesCreateInfoKHR
impl RefUnwindSafe for VkSwapchainPresentModesCreateInfoKHR
impl !Send for VkSwapchainPresentModesCreateInfoKHR
impl !Sync for VkSwapchainPresentModesCreateInfoKHR
impl Unpin for VkSwapchainPresentModesCreateInfoKHR
impl UnwindSafe for VkSwapchainPresentModesCreateInfoKHR
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