Struct ash::vk::ExportMetalObjectCreateInfoEXT
source · #[repr(C)]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: ExportMetalObjectTypeFlagsEXT
Implementations§
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 TaggedStructure for ExportMetalObjectCreateInfoEXT
impl TaggedStructure for ExportMetalObjectCreateInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_METAL_OBJECT_CREATE_INFO_EXT
impl 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 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