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