#[repr(C)]pub struct SwapchainPresentModesCreateInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub present_mode_count: u32,
pub present_modes: *const PresentModeKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§present_mode_count: u32§present_modes: *const PresentModeKHRTrait Implementations§
Source§impl Clone for SwapchainPresentModesCreateInfoKHR
impl Clone for SwapchainPresentModesCreateInfoKHR
Source§fn clone(&self) -> SwapchainPresentModesCreateInfoKHR
fn clone(&self) -> SwapchainPresentModesCreateInfoKHR
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 moreSource§impl PartialEq for SwapchainPresentModesCreateInfoKHR
impl PartialEq for SwapchainPresentModesCreateInfoKHR
Source§fn eq(&self, other: &SwapchainPresentModesCreateInfoKHR) -> bool
fn eq(&self, other: &SwapchainPresentModesCreateInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SwapchainPresentModesCreateInfoKHR
impl Eq for SwapchainPresentModesCreateInfoKHR
impl Send for SwapchainPresentModesCreateInfoKHR
impl StructuralPartialEq for SwapchainPresentModesCreateInfoKHR
impl Sync for SwapchainPresentModesCreateInfoKHR
Auto Trait Implementations§
impl Freeze for SwapchainPresentModesCreateInfoKHR
impl RefUnwindSafe for SwapchainPresentModesCreateInfoKHR
impl Unpin for SwapchainPresentModesCreateInfoKHR
impl UnwindSafe for SwapchainPresentModesCreateInfoKHR
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