Struct screen_13::prelude::vk::SurfaceFormat2KHR
source · pub struct SurfaceFormat2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub surface_format: SurfaceFormatKHR,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§surface_format: SurfaceFormatKHRImplementations§
source§impl SurfaceFormat2KHR
impl SurfaceFormat2KHR
pub fn builder<'a>() -> SurfaceFormat2KHRBuilder<'a>
Trait Implementations§
source§impl Clone for SurfaceFormat2KHR
impl Clone for SurfaceFormat2KHR
source§fn clone(&self) -> SurfaceFormat2KHR
fn clone(&self) -> SurfaceFormat2KHR
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 SurfaceFormat2KHR
impl Debug for SurfaceFormat2KHR
source§impl Default for SurfaceFormat2KHR
impl Default for SurfaceFormat2KHR
source§fn default() -> SurfaceFormat2KHR
fn default() -> SurfaceFormat2KHR
Returns the “default value” for a type. Read more