Struct ash::vk::ViSurfaceCreateInfoNN [−][src]
#[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_void
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ViSurfaceCreateInfoNN
impl !Send for ViSurfaceCreateInfoNN
impl !Sync for ViSurfaceCreateInfoNN
impl Unpin for ViSurfaceCreateInfoNN
impl UnwindSafe for ViSurfaceCreateInfoNN
Blanket Implementations
Mutably borrows from an owned value. Read more