Struct vulkanalia_sys::MetalSurfaceCreateInfoEXT
source · [−]#[repr(C)]pub struct MetalSurfaceCreateInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: MetalSurfaceCreateFlagsEXT,
pub layer: *const CAMetalLayer,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidflags: MetalSurfaceCreateFlagsEXTlayer: *const CAMetalLayerTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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