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