#[repr(C)]pub struct SwapchainPresentModesCreateInfoEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub presentModeCount: u32,
pub pPresentModes: *const PresentModeKHR,
}Fields§
§sType: StructureType§pNext: *mut c_void§presentModeCount: u32§pPresentModes: *const PresentModeKHRTrait Implementations§
Source§impl Clone for SwapchainPresentModesCreateInfoEXT
impl Clone for SwapchainPresentModesCreateInfoEXT
Source§fn clone(&self) -> SwapchainPresentModesCreateInfoEXT
fn clone(&self) -> SwapchainPresentModesCreateInfoEXT
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 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