Struct ash::vk::ExportMetalObjectCreateInfoEXT
source · #[repr(C)]pub struct ExportMetalObjectCreateInfoEXT<'a> {
pub s_type: StructureType,
pub p_next: *const c_void,
pub export_object_type: ExportMetalObjectTypeFlagsEXT,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§export_object_type: ExportMetalObjectTypeFlagsEXT
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> ExportMetalObjectCreateInfoEXT<'a>
impl<'a> ExportMetalObjectCreateInfoEXT<'a>
pub fn export_object_type( self, export_object_type: ExportMetalObjectTypeFlagsEXT, ) -> Self
Trait Implementations§
source§impl<'a> Clone for ExportMetalObjectCreateInfoEXT<'a>
impl<'a> Clone for ExportMetalObjectCreateInfoEXT<'a>
source§fn clone(&self) -> ExportMetalObjectCreateInfoEXT<'a>
fn clone(&self) -> ExportMetalObjectCreateInfoEXT<'a>
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<'a> Debug for ExportMetalObjectCreateInfoEXT<'a>
impl<'a> Debug for ExportMetalObjectCreateInfoEXT<'a>
source§impl Default for ExportMetalObjectCreateInfoEXT<'_>
impl Default for ExportMetalObjectCreateInfoEXT<'_>
source§impl<'a> TaggedStructure for ExportMetalObjectCreateInfoEXT<'a>
impl<'a> TaggedStructure for ExportMetalObjectCreateInfoEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_METAL_OBJECT_CREATE_INFO_EXT
impl<'a> Copy for ExportMetalObjectCreateInfoEXT<'a>
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<'_>
impl Send for ExportMetalObjectCreateInfoEXT<'_>
impl Sync for ExportMetalObjectCreateInfoEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for ExportMetalObjectCreateInfoEXT<'a>
impl<'a> RefUnwindSafe for ExportMetalObjectCreateInfoEXT<'a>
impl<'a> Unpin for ExportMetalObjectCreateInfoEXT<'a>
impl<'a> UnwindSafe for ExportMetalObjectCreateInfoEXT<'a>
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