#[repr(C)]pub struct SwapchainPresentModeInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub swapchain_count: u32,
pub present_modes: *const PresentModeKHR,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§swapchain_count: u32§present_modes: *const PresentModeKHRTrait Implementations§
Source§impl Clone for SwapchainPresentModeInfoKHR
impl Clone for SwapchainPresentModeInfoKHR
Source§fn clone(&self) -> SwapchainPresentModeInfoKHR
fn clone(&self) -> SwapchainPresentModeInfoKHR
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 Debug for SwapchainPresentModeInfoKHR
impl Debug for SwapchainPresentModeInfoKHR
Source§impl Hash for SwapchainPresentModeInfoKHR
impl Hash for SwapchainPresentModeInfoKHR
impl Copy for SwapchainPresentModeInfoKHR
impl Eq for SwapchainPresentModeInfoKHR
impl Send for SwapchainPresentModeInfoKHR
impl StructuralPartialEq for SwapchainPresentModeInfoKHR
impl Sync for SwapchainPresentModeInfoKHR
Auto Trait Implementations§
impl Freeze for SwapchainPresentModeInfoKHR
impl RefUnwindSafe for SwapchainPresentModeInfoKHR
impl Unpin for SwapchainPresentModeInfoKHR
impl UnwindSafe for SwapchainPresentModeInfoKHR
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