Struct ash::vk::SurfacePresentModeEXT
source · #[repr(C)]pub struct SurfacePresentModeEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub present_mode: PresentModeKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§present_mode: PresentModeKHR
Implementations§
source§impl SurfacePresentModeEXT
impl SurfacePresentModeEXT
pub fn builder<'a>() -> SurfacePresentModeEXTBuilder<'a>
Trait Implementations§
source§impl Clone for SurfacePresentModeEXT
impl Clone for SurfacePresentModeEXT
source§fn clone(&self) -> SurfacePresentModeEXT
fn clone(&self) -> SurfacePresentModeEXT
Returns a copy 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 SurfacePresentModeEXT
impl Debug for SurfacePresentModeEXT
source§impl Default for SurfacePresentModeEXT
impl Default for SurfacePresentModeEXT
source§impl TaggedStructure for SurfacePresentModeEXT
impl TaggedStructure for SurfacePresentModeEXT
const STRUCTURE_TYPE: StructureType = StructureType::SURFACE_PRESENT_MODE_EXT
impl Copy for SurfacePresentModeEXT
impl ExtendsPhysicalDeviceSurfaceInfo2KHR for SurfacePresentModeEXT
Auto Trait Implementations§
impl Freeze for SurfacePresentModeEXT
impl RefUnwindSafe for SurfacePresentModeEXT
impl !Send for SurfacePresentModeEXT
impl !Sync for SurfacePresentModeEXT
impl Unpin for SurfacePresentModeEXT
impl UnwindSafe for SurfacePresentModeEXT
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