#[repr(C)]pub struct SurfacePresentModeCompatibilityKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub present_mode_count: u32,
pub present_modes: *mut PresentModeKHR,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§present_mode_count: u32§present_modes: *mut PresentModeKHRTrait Implementations§
Source§impl Clone for SurfacePresentModeCompatibilityKHR
impl Clone for SurfacePresentModeCompatibilityKHR
Source§fn clone(&self) -> SurfacePresentModeCompatibilityKHR
fn clone(&self) -> SurfacePresentModeCompatibilityKHR
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SurfacePresentModeCompatibilityKHR
impl Eq for SurfacePresentModeCompatibilityKHR
Source§impl PartialEq for SurfacePresentModeCompatibilityKHR
impl PartialEq for SurfacePresentModeCompatibilityKHR
Source§fn eq(&self, other: &SurfacePresentModeCompatibilityKHR) -> bool
fn eq(&self, other: &SurfacePresentModeCompatibilityKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for SurfacePresentModeCompatibilityKHR
impl StructuralPartialEq for SurfacePresentModeCompatibilityKHR
impl Sync for SurfacePresentModeCompatibilityKHR
Auto Trait Implementations§
impl Freeze for SurfacePresentModeCompatibilityKHR
impl RefUnwindSafe for SurfacePresentModeCompatibilityKHR
impl Unpin for SurfacePresentModeCompatibilityKHR
impl UnsafeUnpin for SurfacePresentModeCompatibilityKHR
impl UnwindSafe for SurfacePresentModeCompatibilityKHR
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