Struct ash::vk::MetalSurfaceCreateInfoEXT [−][src]
#[repr(C)]pub struct MetalSurfaceCreateInfoEXT { pub s_type: StructureType, pub p_next: *const c_void, pub flags: MetalSurfaceCreateFlagsEXT, pub p_layer: *const CAMetalLayer, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
flags: MetalSurfaceCreateFlagsEXT
p_layer: *const CAMetalLayer
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MetalSurfaceCreateInfoEXT
impl !Send for MetalSurfaceCreateInfoEXT
impl !Sync for MetalSurfaceCreateInfoEXT
impl Unpin for MetalSurfaceCreateInfoEXT
impl UnwindSafe for MetalSurfaceCreateInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more