Struct ash::vk::ViSurfaceCreateInfoNN  
source · #[repr(C)]pub struct ViSurfaceCreateInfoNN {
    pub s_type: StructureType,
    pub p_next: *const c_void,
    pub flags: ViSurfaceCreateFlagsNN,
    pub window: *mut c_void,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§flags: ViSurfaceCreateFlagsNN§window: *mut c_voidImplementations§
source§impl ViSurfaceCreateInfoNN
 
impl ViSurfaceCreateInfoNN
pub fn builder<'a>() -> ViSurfaceCreateInfoNNBuilder<'a>
Trait Implementations§
source§impl Clone for ViSurfaceCreateInfoNN
 
impl Clone for ViSurfaceCreateInfoNN
source§fn clone(&self) -> ViSurfaceCreateInfoNN
 
fn clone(&self) -> ViSurfaceCreateInfoNN
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 more