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