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