Struct ash::vk::ExportMetalTextureInfoEXT
source · #[repr(C)]pub struct ExportMetalTextureInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub image: Image,
pub image_view: ImageView,
pub buffer_view: BufferView,
pub plane: ImageAspectFlags,
pub mtl_texture: MTLTexture_id,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§image: Image
§image_view: ImageView
§buffer_view: BufferView
§plane: ImageAspectFlags
§mtl_texture: MTLTexture_id
Implementations§
source§impl ExportMetalTextureInfoEXT
impl ExportMetalTextureInfoEXT
pub fn builder<'a>() -> ExportMetalTextureInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ExportMetalTextureInfoEXT
impl Clone for ExportMetalTextureInfoEXT
source§fn clone(&self) -> ExportMetalTextureInfoEXT
fn clone(&self) -> ExportMetalTextureInfoEXT
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 Debug for ExportMetalTextureInfoEXT
impl Debug for ExportMetalTextureInfoEXT
source§impl Default for ExportMetalTextureInfoEXT
impl Default for ExportMetalTextureInfoEXT
source§impl TaggedStructure for ExportMetalTextureInfoEXT
impl TaggedStructure for ExportMetalTextureInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_METAL_TEXTURE_INFO_EXT
impl Copy for ExportMetalTextureInfoEXT
impl ExtendsExportMetalObjectsInfoEXT for ExportMetalTextureInfoEXT
Auto Trait Implementations§
impl Freeze for ExportMetalTextureInfoEXT
impl RefUnwindSafe for ExportMetalTextureInfoEXT
impl !Send for ExportMetalTextureInfoEXT
impl !Sync for ExportMetalTextureInfoEXT
impl Unpin for ExportMetalTextureInfoEXT
impl UnwindSafe for ExportMetalTextureInfoEXT
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