Struct ash::vk::ExportMetalBufferInfoEXT
source · #[repr(C)]pub struct ExportMetalBufferInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub memory: DeviceMemory,
pub mtl_buffer: MTLBuffer_id,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§memory: DeviceMemory
§mtl_buffer: MTLBuffer_id
Implementations§
source§impl ExportMetalBufferInfoEXT
impl ExportMetalBufferInfoEXT
pub fn builder<'a>() -> ExportMetalBufferInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for ExportMetalBufferInfoEXT
impl Clone for ExportMetalBufferInfoEXT
source§fn clone(&self) -> ExportMetalBufferInfoEXT
fn clone(&self) -> ExportMetalBufferInfoEXT
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 ExportMetalBufferInfoEXT
impl Debug for ExportMetalBufferInfoEXT
source§impl Default for ExportMetalBufferInfoEXT
impl Default for ExportMetalBufferInfoEXT
source§impl TaggedStructure for ExportMetalBufferInfoEXT
impl TaggedStructure for ExportMetalBufferInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::EXPORT_METAL_BUFFER_INFO_EXT
impl Copy for ExportMetalBufferInfoEXT
impl ExtendsExportMetalObjectsInfoEXT for ExportMetalBufferInfoEXT
Auto Trait Implementations§
impl Freeze for ExportMetalBufferInfoEXT
impl RefUnwindSafe for ExportMetalBufferInfoEXT
impl !Send for ExportMetalBufferInfoEXT
impl !Sync for ExportMetalBufferInfoEXT
impl Unpin for ExportMetalBufferInfoEXT
impl UnwindSafe for ExportMetalBufferInfoEXT
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