#[repr(C)]pub struct ExportMetalObjectCreateInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub export_object_type: ExportMetalObjectTypeFlagBitsEXT,
}Expand description
VkExportMetalObjectCreateInfoEXT
Provided by VK_EXT_metal_objects.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_METAL_OBJECT_CREATE_INFO_EXT.
p_next: *const c_voidOptional, may be null.
export_object_type: ExportMetalObjectTypeFlagBitsEXTImplementations§
Source§impl ExportMetalObjectCreateInfoEXT
impl ExportMetalObjectCreateInfoEXT
Sourcepub fn builder<'a>() -> ExportMetalObjectCreateInfoEXTBuilder<'a>
pub fn builder<'a>() -> ExportMetalObjectCreateInfoEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExportMetalObjectCreateInfoEXT
impl Clone for ExportMetalObjectCreateInfoEXT
Source§fn clone(&self) -> ExportMetalObjectCreateInfoEXT
fn clone(&self) -> ExportMetalObjectCreateInfoEXT
Returns a duplicate 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 moreimpl Copy for ExportMetalObjectCreateInfoEXT
impl ExtendsBufferViewCreateInfo for ExportMetalObjectCreateInfoEXT
impl ExtendsEventCreateInfo for ExportMetalObjectCreateInfoEXT
impl ExtendsImageCreateInfo for ExportMetalObjectCreateInfoEXT
impl ExtendsImageViewCreateInfo for ExportMetalObjectCreateInfoEXT
impl ExtendsInstanceCreateInfo for ExportMetalObjectCreateInfoEXT
impl ExtendsMemoryAllocateInfo for ExportMetalObjectCreateInfoEXT
impl ExtendsSemaphoreCreateInfo for ExportMetalObjectCreateInfoEXT
Auto Trait Implementations§
impl Freeze for ExportMetalObjectCreateInfoEXT
impl RefUnwindSafe for ExportMetalObjectCreateInfoEXT
impl !Send for ExportMetalObjectCreateInfoEXT
impl !Sync for ExportMetalObjectCreateInfoEXT
impl Unpin for ExportMetalObjectCreateInfoEXT
impl UnsafeUnpin for ExportMetalObjectCreateInfoEXT
impl UnwindSafe for ExportMetalObjectCreateInfoEXT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more